what is php stands for?
Answer Posted / vivek soni
Php stands for Php Hypertext Preprocessor. is a server-side
scripting language, like Asp.
Php scripts are executed no the server.
Php support many databases like mysql, oracle, generic ODBC,
sybase, solid & informix etc..
Php open source software.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of header() function in PHP? What the Limitation of HEADER()?
Is php 5 still supported?
Tell me how is the ternary conditional operator used in php?
Explain mysql_errno()?
What is design pattern? Explain all including singleton pattern?
Why is php used for web development?
Which function is used in php to check the data type of any variable?
What is difference between explode() or split() in PHP?
What is == and === in php?
Write down the code for saving an uploaded file in PHP.
Are objects passed by value or by reference?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is difference between base_url and site_url?
Why does php start with variables?
What are the variables in php?