In early versions, PHP used to stand for Personal Home Page.
It was renamed to 'PHP: Hypertext Preprocessor'.
The expanded form conatins the acronym itself, therefore it is a recursive acronym It is used to program the server to respond the clint requests. the server generates the pages reading php script. It will access the database and or do any dynamic action written in the script to respond the client's requests.. The only advantage it have over jsp is it has many modules available on net which can be easily attached to ur application and make it work.. But now many of the modules are also available 4 jsp...
php
PHP: Hypertext Preprocessor is the full name of PHP. It originally stood for Personal Home Page. This was changed in 1997 with the release of PHP 3.
Peripheral hypertext protocol
PreProcessor Hyptertext
PHP: Hypertext Preprocessor is the full name of PHP. It originally stood for Personal Home Page. This was changed in 1997 with the release of PHP 3.
Hypertext Pre Processer
In early versions, PHP used to stand for Personal Home Page. It was renamed to 'PHP: Hypertext Preprocessor'. The expanded form conatins the acronym itself, therefore it is a recursive acronym.
PHP's full name is Hypertext Pre-Processor.
PHP=> Personal Home Page
Build your form in HTML and specify your PHP file in the action of the document. HTML does the form stuff, PHP the processing (although you can - of course - use HTML inside PHP via print() or echo(), too)
The only true form of previewing PHP source output is to run the PHP script in question.
A full list can be found in the php docs.Biggest new features are generators and the finallykeyword.