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

What are the new features available in php 7?

0 Answers  


when ever the user logged in the database table the current registered date will be appeared

3 Answers  


How to send Email using PHP with MySQL in Linux Server?..

3 Answers  


What is array filter php?

0 Answers  


Whether php supports microsoft sql server?

0 Answers  






Tell me is it possible to remove the html tags from data?

0 Answers  


Can you specify the "new line" character in single-quoted strings?

0 Answers  


Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?

6 Answers  


What is laravel php?

0 Answers  


Write a query to find the 2nd highest salary of an employee from the employee table?

0 Answers  


How come the code works, but doesn’t for two-dimensional array of mine?

0 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


Categories