Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / 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 |
Post New Answer View All Answers
what does this symbol mean in php?
how to use http headers inside php? Write the statement through which it can be added?
What is difference between web service and api?
What is the difference between apache and tomcat?
What does isset() function?
How does php isset work?
How to send a cookie to the browser?
What the use of var_dump()?
Tell us what does $_cookie means?
Explain me difference between mysql_connect and mysql_pconnect?
Tell me what library is used for pdf in php?
Tell me what does $_env means?
What's the best method for sanitizing user input with php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
When are you supposed to use endif to end the conditional statement?