On Sun, 30 Sep 2007, sabarish sai wrote: > Date: Sun, 30 Sep 2007 18:29:11 +0530 > From: sabarish sai <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: Re: [twincling] php question > > Hello > > what is meant by PHP ? does it expand to anything ? > > thanks > Sabarish. >
Hello Sabarish: PHP stands for PHP Hypertext Processor. At one time, it meant Personal Home Page. PHP is a reflective, general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The current version is 5.2.4 and supports object oriented features similar to Java. You can read a quick overview at http://en.wikipedia.org/wiki/PHP A very simple tutorial is available at http://au.php.net/tut.php Hope this helps you get started to learn PHP. thanks Saifi.

