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
What does the scope of variables mean?
What is escape data in php?
What is the interface in php?
Is php strongly typed?
What types of loops exist in php?
Please explain is it possible to use com component in php?
How do sessions work in php?
Why sessions are used in php?
What is difference between static and constant in php?
Is it easy to learn php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is the difference between require_once and require in php?
What are PHP Magic Methods/Functions. List them.
Can we extend multiple classes in php?
Explain the difference between unlink() and unset()?