Oorspronkelijk geplaatst door
lilian2
Als ik alleen de code:
php_flag display_errors On
in de file zet, zie ik ook deze code op het scherm.
Ja, ik heb wel echo's in de pagina staan, bv.:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo( $lang_string[ 'html_charset' ] ); ?>" />
<!-- Meta Data -->
<?php global $lang_string, $sb_info, $blog_config; ?>
<meta name="generator" content="Simple PHP Blog" />
<link rel="alternate" type="application/rss+xml" title="Get RSS 2.0 Feed" href="rss.php" />
<link rel="alternate" type="application/rdf+xml" title="Get RDF 1.0 Feed" href="rdf.php" />
<link rel="alternate" type="application/atom+xml" title="Get Atom 0.3 Feed" href="atom.php" />