What IS PHP?

Answers were Sorted based on User's Feedback



What IS PHP?..

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

What IS PHP?..

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

What IS PHP?..

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

Post New Answer

More PHP Interview Questions

How can we submit a form without a submit button?

4 Answers   Agile Software,


How check submit button is clicked in php?

0 Answers  


Is php faster than nodejs?

0 Answers  


Does php support inheritance?

0 Answers  


Explain about objects in PHP?

0 Answers  






How to create a mysql connection in php?

0 Answers  


What is the best php version for wordpress?

0 Answers  


Explain some of the php array functions?

0 Answers  


What is difference between Method overriding and overloading in PHP?

0 Answers  


Tell me what is the importance of "action" attribute in a html form?

0 Answers  


How can I maintain the count of how many persons have hit my site?

1 Answers   MTOG, Rushmore Consultancy,


Why triggers are used in mysql?

0 Answers  


Categories