Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / nirmit
Rasmus Ledorf is the father of PHP
PHP 3: Functionalities added.
PHP 4: Zend Engine added for code optimisation
PHP 5: Object oriented Programming concepts added.
| Is This Answer Correct ? | 151 Yes | 6 No |
Post New Answer View All Answers
What is stripslashes php?
Is runtime polymorphism overriding?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Define soundex()?
How to track user logged out or not? When user is idle?
How can you retrieve a cookie value?
Do you know what are traits?
What is session and Cokkies . How it works . tell some thing about Session_id()
What is use of header() function in php?
What is cookies? How to create cookies in php?
What is difference between required and include in php?
How do you execute a php script from the command line?
How to call javascript function in php on button click?
How to list all values of submitted fields?
Is python similar to php?