Hi!
i have created a simple php file with the following code.
<?php
echo “Hi,”;
?>
mom.
i have installed the apache server on my local machine and try to run this file with the name first.php but i have a blank page as the output and when i view the source i have exactly the same code with all the tags in that source which means the apache server isnt compiling that php code. if any body knows the solution then tell me.
Regards
Mars