Introduction to programming in PHP.
-
posted this article Friday,
09 December 2005
To print with PHP, we use the commando echo:
001 <?
002 echo "Hej Verden";
003 ?>
That's all, small steps is the best way to learn!
Check my next guide, "PHP for advanced".