Nice tutorial. Don't use echo all the time though. You can use an alternative, print.
And dude, you also should have explained IF/Else statements because they are very simple too. And not forgetting, you don't have to use echo("");. You can always have echo''; or echo"";.PHP Code:<?php
print "Hello World!";
?>
Still, excellent tutorial!














