What is the full form of PHP?
Answer Posted / brahmbhatt mayank
Old full form: - Personal Home Page
New full form : - Hypertext Preprocessor
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is a php 5?
What is list in PHP?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is a comment in php?
Tell me what is the default session time in php?
What are the options to transfer session ids?
What is the maximum size of a database in mysql?
What is php resource type?
Is it easy to learn php?
What are the encryption techniques in php?
In how many ways we can retrieve the data in the result set of mysql using php?
What is namespace in php?
Can we use session in mvc?
What is the use of mysql_real_escape_string in php?