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 |
how to upload a file in php.write a syntex for that
What is namespaces in PHP?
How to submit form without a submit button.
What is the difference between require_once and require in php?
discuss the issue of software theft in ghana and how it has affected the economy
Define object-oriented methodology?
How does cookies work in php?
How do I run php?
Explain Whitespace Characters?
Is php open source?
How can we submit a form without a submit button?
Do you know what is php?