what is the difference between ph4 and php5
Answers were Sorted based on User's Feedback
Answer / m.zeb khan
The main difference is PHP5 has much more focus on Object
Oriented Programming. In PHP5 you can pass functions by
reference, you can have abstract classes, interfaces etc.
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / rajesh hothi
in php4 Constructors define as class name like
function class1()
{
}
in php4 Constructors define as__Constructors
function __Constructors()
{
}
| Is This Answer Correct ? | 2 Yes | 3 No |
What are different ways to redirect from on page to other?
What is the use of nl2br() in php?
where do we use htaccess?
how to display and include the user system date/time in a php program/project
Require_once(), require(), include(). What is difference between them?
What is final class and final method?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
How do you use an array in excel?
What the difference between WAMP5 1.7.3 and WampServer 2?
What are objects in php?
Shopping cart online validation i.e. how can we configure Paypal, etc.?
How many escape sequences are recognized in single-quoted strings?