what is php stands for?
Answer Posted / mamta
Php stands for Php Hypertext Preprocessor.
Php 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 ? | 20 Yes | 0 No |
Post New Answer View All Answers
Which function(s) in PHP computes the difference of arrays?
How to find a specific value in an array?
What's the output of the ucwords function in this example?
What is the empty function?
What is the difference between runtime exception and compile time exception?
What is session_register()?
How to receive a cookie from the browser?
What are the main error types in php?
Which will check if a function exists?
How to pass variables and data from php to javascript?
How to assigning a new character in a string using php?
What is pdo classes?
What is mysqli_fetch_array?
What does sign mean php?
What is the best way to test the strpos() return value in php?