what is php stands for?
Answer Posted / mohit
PHP stands for PHP Hypertext Preprocessor. iT is a server
side scripting languague. It can create web pages faster
than HTML or Javascript.
It is used within HTML tage and uses some commond of C.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
Explain me what is sql injection?
What are the Formatting and Printing Strings available in PHP?
What is http get and post?
How to block direct directory access in PHP?
Tell me when a conditional statement is ended with an endif?
What is string and its function?
How to pad an array with the same value multiple times?
How to create a session? How to remove data from a session?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Explain about switch statement in PHP?
How can we execute a php script using command line?
Tell me how do I check if a given variable is empty?
How to create database connection and query in php?
How to specify argument default values?
Explain what are psrs?