Answer Posted / sathya
PHP5 for the most part is backwards compatible with PHP4,
but there are a couple key changes that might break your
PHP4 script in a PHP5 environment. If you aren't already, I
stronly suggest you start developing for PHP5. Many hosts
these days offer a PHP5 environment, or a dual PHP4/PHP5
setup so you should be fine on that end.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is difference between sql and php?
What are magic methods?
What is the correct and the most two common way to start and finish a php block of code?
How to download files from an external server with code in php?
How to swap two variables without using 3rd temp variable.
What is the capacity of mysql database?
Where is session value stored php?
Explain what is smarty?
Explain me what is the goto statement useful for?
Is apache needed for php?
How to convert one date format into another in php?
What is T_PAAMAYIM_NEKUDOTAYIM?
Tell me when a conditional statement is ended with an endif?
Where is php code written?
What are the benefits of using php?