What is PHP?

Posted by admin on April 1st, 2009

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

echo " Hello Earth";
// This codes will print  the words  Hello Earth on you screen
// Think thats Cool? there is more to come

Learning Website Development from scratch

Posted by admin on March 31st, 2009

We are in the process of writing this article


function  functionName($parameter1)
{
    Do some stuff;

}

Copyright © 2007 Web Development Made Easy. All rights reserved.