What are the differences between PHP 3 and PHP 4 and PHP 5?
Answer Posted / umapathi
php3-functionalities are addes
php4-zend engine is added
php5-oops concepts are added
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
why did u want to leave your past organisation?
How to close a session properly?
What is difference between array_merge and array_combine in php?
What does type casting mean in php? Explain with an example?
What are helpers in php?
Is empty check in php?
What are the difference between array_keys() and array_key_exists() in php?
How to run a php script?
How to write the form tag correctly for uploading files?
What is an associative array?
What is php ci?
What is the difference between overloading and overriding in php?
What is use of header() function in php? What the limitation of header()?
Where is session value stored?
What is difference between print_r and echo in php?