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 |
Tell me how can we display information of a variable and readable by human with php?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Where session is stored?
Explain me what are the 3 scope levels available in php and how would you define them?
How long does a php session last for?
Why many companies are switching their current business language to php? Where php basically used?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Can I use node js with php?
How big is nvarchar max?
What is the use of "enctype" attribute in a html form?
Why these language is needed?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query