The ABC's of PHP Part 3 - Basic Script Building in PHP
Mar 24, 2009, 23:32 (0 Talkback[s])
(Other stories by Peter Shaw)
"PHP traditionally is embedded into HTML code within a web page,
as this was its initial intent. However it's becoming increasingly
more popular for web application authors to write and generate the
HTML using PHP from a page that is made entirely of PHP code.
"The following two examples of the world renowned hello world
program should help to show the difference:"
Complete
Story
Related Stories: