Hi I am new to php. I have started with php as a result of a client. I have downloaded a WAMP (Windows Apaché MySQL PHP). I have a problem: it is proparly installed and everything seems to be working fine except the .php document I try to create. I access the file using the http://localhost/ like the tutorial, I went buying, told me to do but this simple php can't even execute:
[code=php]<HTML>
<HEAD>
<TITLE>My First PHP Page</TITLE>
</HEAD>
<BODY>
<?
echo "Hello World!";
?>
</BODY>
</HTML>[/code]
Can someone please tell me what is wrong with the wamp and how to fix this problem?
[code=php]<HTML>
<HEAD>
<TITLE>My First PHP Page</TITLE>
</HEAD>
<BODY>
<?
echo "Hello World!";
?>
</BODY>
</HTML>[/code]
Can someone please tell me what is wrong with the wamp and how to fix this problem?
Comment