What IS PHP?
Answers were Sorted based on User's Feedback
Answer / isaac
PHP: Hypertext Preprocessor, an open source, server-side,
HTML embedded scripting language used to create dynamic Web
pages. In an HTML document, PHP script (similar syntax to
that of Perl or C ) is enclosed within special PHP tags.
Because PHP is embedded within tags,And, because PHP is
executed on the server, the client cannot view the PHP code.
PHP can perform any task!
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / sunil kumar
PHP:Preprocessor Hypertext or Personal Home Page open
source,server side script language used to create
software,sites.We can combine the PHP code with HTML with
the help of tags <? ?>.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkatesh
PHP is a powerful tool for making dynamic and interactive
Web pages.
PHP is the widely-used, free, and efficient alternative to
competitors such as Microsoft's ASP.
* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle,
Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software
* PHP is free to download and use
| Is This Answer Correct ? | 1 Yes | 0 No |
How to remove duplicate values from a PHP Array?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
Which php global variable is used for uploading a file?
How to protect special characters in query string?
What are the current versions of apache, PHP, and mysql?
How do you create an array in php?
How can I use single quotes in single quotes in php?
Php code to find whether a number armstrong or not?
What is the difference between php and javascript?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is the difference between runtime exception and compile time exception?