what is the abbrevation of PHP?
Answers were Sorted based on User's Feedback
Answer / suresh.ch
Acronym PHP : PHP Hypertext Processor.
PHP is a Powerful webbased scripting language .. serverside
| Is This Answer Correct ? | 28 Yes | 4 No |
Answer / naveen
According to Wrox Press - Professional programming PHP the
First meaning of PHP is "Personal Home Page".Later it was
PHP Hypertext Processor
| Is This Answer Correct ? | 24 Yes | 6 No |
Answer / sreedevi
PHP is a server side scripting language
phi is abrivated as personal home page
its a hyper text prepocesser
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / kamenotejin
There isn't one!
PHP _IS_ an abbreviation (strictly an ACRONYM)itself.
It stands for "recursive acronym for 'PHP: Hypertext
Preprocessor'" (//uk3.php.net/manual/en/introduction.php)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
What is inheritance in php? How many types of inheritance supports php?
What is csrf token and how will you add csrf token in ajax?
What is preg_match?
Does php support overloading?
How can I execute a PHP script using command line?
How to create an array in php?
How to enable error reporting in php?
What is php artisan serve?
What are soundex() and metaphone() functions in php?
How to convert numbers to strings in php?
How come the code works, but doesn’t for two-dimensional array of mine?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?