Answer Posted / deepinder
PHP stands for :
PHP Hypertext Preprocessor
It is self abbreviated one, a server-side scripting
language, widely used for web development.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do functions work?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is php oops concepts?
What is php glob?
What is fetch array in php?
How to turn on the session support?
What is the meaning of a persistent cookie?
How will you calculate days between two dates in PHP?
How to run the interactive php shell from the command line interface?
Tell me how to find the position of the first occurrence of a substring in a string?
What is meant by ‘passing the variable by value and reference' in php?
What is the difference between client-side and server-side programming?
How do I end a php session?
Which is better #define or enum?
How to read a file in binary mode?