For the code below I only see "Hello PhP" and not the Hello World!
This html file is in the local folder. and the index.php file inside the local folder works because I can see the WampServer Configuration page when I type http://localhost/ on my browser.
I have Windows Vista
I don't get it. Please help.
Code:
<h1>Hello PhP</h1> <?php echo "Hello World!"; ?>
This html file is in the local folder. and the index.php file inside the local folder works because I can see the WampServer Configuration page when I type http://localhost/ on my browser.
I have Windows Vista
I don't get it. Please help.
Comment