Adding how to make an index.php
Posted: Sat Sep 14, 2002 5:17 pm
Ok this sounds kinda dumb but first thing that people think of after running basic tutorials of PHP is how to make a quick page with PHP. A tutorial for that would be nice. 
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<? echo "hello world!"; ?>