Thread: Need PHP Help!!
View Single Post
Old 07-28-2006   #3 (permalink)
Telos
Eternal Being
 
Join Date: Feb 2006
Location: Finland
Posts: 239

PHP Code:
<?php
echo "Congrats! This is your first PHP page";
?>
Save that file as index.php and upload to your server which has php and you have your first page. There are tons of PHP tutorials around the web. Good place to start is http://www.w3schools.com/php/php_intro.asp . And don't be afraid to ask help.
__________________
Telos is offline