full form of php??
Answers were Sorted based on User's Feedback
Answer / sumit
1.php hypertext preprocessor.
2.personal home page.
Is This Answer Correct ? | 33 Yes | 5 No |
Answer / vaibhav sharma
first name of php was personal home page.
but now hypertext preprocessor.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / anshul mathur
Full Form of PHP is Pre Processor Hypertext.
It is so called bcoz server converts the pages written in
PHP into XHTML on the client side, hence when client see the
page source it is in XHTML.
Is This Answer Correct ? | 4 Yes | 3 No |
How will you create a mysql database using php ?
What is composer used for?
Tell me what is the difference between exception::getmessage and exception::getline?
What is mysqli_fetch_array?
Which is better get or post method?
What is difference between require_once(), require(), include()?
How can you tell if a number is even or odd without using any condition or loop?
What can php do?
What is the difference between for and foreach loop in php?
What is isset function in php?
What is the use of count() function in php?
How many records can be stored in mysql table?