First i start by opening up notepad
Then i save as: phptest.php
Then i check the file to see it was converted to a php.file
<HTML>
<HEAD>
<TITLE>PHP Testing</TITLE>
</HEAD>
<BODY>
<?php
echo "IF this works, <i>really</i> did it!";
?>
</BODY>
</HTML>
after i have entered the code i save it and close it
Then i open my browser and type: http://localhost/phptest.php
and all i get is a blank screen....about all i do know is that im saving it correct as identical to the code in the book...
I have a phpinfo.php file in my webroot all ready and if i open my
browser and type in http://localhost/phpinfo.php that page works
perfect.....
So please someone help me..........p.s. book also sayed type the
code in "plain text" what ever that is.......so i tryed a few other like ariel.....still no luck....