Hey I'm new at this and i'm trying to right a simple .php
html
body
?
echo "Hello World";
?
/body
/html
But when I load it up and check it out it comes up with a blank screen. Can you help me? Tell me what i'm doing wrong?
I'm New at this....
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Bit strange that there's no <'s or >'s in the code you pasted above but anyhow, try putting this code in file and running it to check that PHP is functioning OK:
Mac
Code: Select all
<?php phpinfo(); ?>