Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / ramya
php/fi is released in 1995
php3 released in 1998 having features like accessing diff
databse servers,protocols,supporting some object
orientation concepts.
php4 released in 1999
php5 in 2004 having features like
constructors,destructors,interfaces,abstract
classes,puiblic private and protected variables
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
Can you pass an array into a function?
What are the differences between mysqli_connect and mysqli_pconnect?
How to initiate a session in php?
How to find datatype of variable in php?
Tell me are parent constructors called implicitly inside a class constructor?
How can I find my php version?
What is difference between post and put in rest?
What does empty mean in php?
What is the use of isset() in php?
How do you use bcrypt for hashing passwords in php?
What is slim framework?
What are the advantages of php mysql?
What is php artisan serve?
Differences between get, post and request methods ?
How can we determine whether a php variable is an instantiated object of a certain class?