Who is the father of PHP and explain the changes in PHP
versions?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / madan sharma
Rasmus Lerdorf is the father of php and the year was 1994.
PHPFI intorduce as Personal Home Page Form Interpretor in
1994
.
after that PHP HOME TOOLS introduced in 1996
.
in 1997-8 introduce php3.
in 1999 introduce php4.
In 1999 php intorduce again as PHP:HYPERTEXT PREPROCESSOR
with the help of zeev and andy ,
and also intorduce php interpretor4 that name was zend
engine-1, so that php4 have the zend engine-1,
in 2003 introduce php5 wich zend engine-2,
| Is This Answer Correct ? | 37 Yes | 4 No |
Answer / alby mathew
php 4 and php5 are more over same but in php5 there is a new
feature of constructors,destructors,scope rules
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / sandeep kaur
Rasmus Lerdorf in 1994
PHPFI intorduce as Personal Home Page Form Interpretor in
1994
.
after that PHP HOME TOOLS introduced in 1996
.
php3 released in 1998 having features like accessing diff
databse servers,protocols,supporting some object
orientation concepts.
in 1999 introduce php4.
In 1999 php intorduce again as PHP:HYPERTEXT PREPROCESSOR
with the help of zeev and andy ,
and also intorduce php interpretor4 that name was zend
engine-1, so that php4 have the zend engine-1,
in 2003 introduce php5 wich zend engine-2,
php5 in 2004 having features like
constructors,destructors,interfaces,abstract
classes,puiblic private and protected variables
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / sukhsagar kumawat
Rasmus Lerdorf is the father of PHP in 1994
| Is This Answer Correct ? | 5 Yes | 0 No |
write a note on Testing the web site
Tell me what are the __construct() and __destruct() methods in a php class?
What is $_ files in php?
Explain what are the three classes of errors that can occur in php?
Is gender a dependent variable?
Tell us what is the difference between session_unregister() and session_unset()?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What does a special set of tags do in php?
What is the use of "enctype" attribute in a html form?
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
how to use between operator when retrieve from database(format-2008-jun-06)
Can you extend a final defined class?