what is Abbreviavion of PHP?
Answers were Sorted based on User's Feedback
Answer / sakthivel
first it is known as Personal Home Page now it was
PHP Hypertext Preprocessor.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / mani
PHP(recursive acronym for "Hypertext Preprocessor")
"HYPERTEXT PREPROCESSOR"
php version1.0 was called "personal home page"
php version2.0 CAN NOT support DATABASE
php version3.0 dynamic web subbort db
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / hriday kumar gupta
PHP is recursively stand for
1 3 2
(P)re (P)rocessor (H)ypertext
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dfxdfx
PHP is personal home page build by rasumus in 1995
later it was been developed it named as the Perl Hypertext
Pre processor
| Is This Answer Correct ? | 1 Yes | 0 No |
What are getters and setters php?
What is traits? How it is used in php?
find highest salary
How can we submit form without a submit button?
Tell me in php, objects are they passed by value or by reference?
How to find the length of a string?
How can you send http header to the client in php?
Tell me how would you declare a function that receives one parameter name hello?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is trait in php?
How to run a php script?
What is static variable in php?