PHP6
Hi,
I am working from a book called "Beginning PHP6, Apache, MySQL® Web Development" but want to use the webdomain that I already bought. I made a subdomain and now I need to send a test file which has the gollowing code:
< html >
< head >
< title > PHP Testing < /title >
< /head >
< body >
< ?php
echo â < p > If you see this then we did it right! < /p > â;
? >
< /body >
< /html >
I pasted it in the php file and uploaded it but nothing works.
Please help.
Nav
|