hallo
Ik heb apache 1.3.31 met php 5.0.1 proberen te instaleren. (windows XP) Ik heb de bijhorende txt's gevolgd, en het scriptje
<?
phpinfo();
?>
werkt perfect. Maar een script met een echo zoals
<?
echo ("phphulp");
?>
toont een lege pagina, de php code is echter wel zichtbaar in de bron, op http://be2.php.net/manual/en/faq.installation.php vertellen ze mij letterlijk:
7. Unix/Windows: I have installed PHP, but when I try to access a PHP script file via my browser, I get a blank screen.
Do a 'view source' in the web browser and you will probably find that you can see the source code of your PHP script. This means that the web server did not send the script to PHP for interpretation. Something is wrong with the server configuration - double check the server configuration against the PHP installation instructions
en daar schiet ik niet echt mee op, kheb die opties al beetje zitten veranderen, maar het helpt niet echt
720 views