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 are php expressions?
How to move uploaded files to permanent directory?
Why print_r is used in php?
What are the differences between GET and POST methods?
Is php a framework?
What is difference between include and include_once in php?
Tell me how can we pass the variable through the navigation between the pages?
Tell me how to get the value of current session id?
Why does sql injection happen?
How to create a table using php?
How to turn on the session support?
What is $_ files in php?
How to convert a string to lowercase in php?
What is prepared statement in php?
How can we calculate the similarity between two strings?