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
What are access specifiers?
Does php support function overloading?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
Tell me how is it possible to propagate a session id?
Is not null mysql?
What is split function in php?
How to process the uploaded files?
Write down the code for saving an uploaded file in PHP.
How does php isset work?
What is mean by an associative array?
Does php have a future?
Which functions are used to remove whitespaces from the string?
How to fix "headers already sent" error in php
Can you explain, when to use if-else if-else over switch statements?
what are the differences between php and perl