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 an example of a variable?
What is session in PHP. How to remove data from a session?
Is php pass by reference or value?
Tell me how would you declare a function that receives one parameter name hello?
What is abstract class php?
Can we override static method?
What is empty () in php?
What is c++ polymorphism?
How does php and apache work?
What is phpsessid?
Is php 5 still supported?
Which is better php or nodejs?
How many data types are there in php?
Write a program to show the joining of two strings in php?
What are the advantages of stored procedures?