what is php stands for?
Answer Posted / safeer
PHP stands for Php Hypertext Pre-processor (this is a
recursive acronym such as GNU - GNU's Not Unix)
PHP is a powerful server-side scripting language and it is
used to create dynamic web pages/applications.
Examples of other server-side scripting languages,
* ASP (Active Server Pages)
* JSP (Java Server Pages)
* Python
* Perl
...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the function to count elements in an array in PHP?
Can a trait extend a class php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Is it possible to extend the execution time of a php script?
Is php coding easy?
What is the use of stripslashes in php?
Tell me how to initiate a session in php?
Is php better than python?
Which character is used to match exactly one character?
Do you know what's the difference between __sleep and __wakeup?
How to check your php installation?
Which php function will attach one file to another?
What are the differences between GET and POST methods?
How to submit form without a submit button.
What is the tags in PHP is not a valid way to begin and end a PHP code block?