Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / shivani gupta
rusmus ladorf
php 3-functionality added
php4-zend engine added for code
php4-oop concept added
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the main difference between require() and require_once()?
What is $globals php?
What is the difference between unset and unlink?
Explain mail function in PHP with syntax?
Is php 5 still supported?
How to take a substring from a given string?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is null value in php?
What is csrf validation?
What is string in php?
What are the __construct() and __destruct() methods in a php class?
Write a program to display a table of any given number?
How is the comparison of objects done in php?
What is difference between single quotes and double quotes in php?
How do you end php?