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 the use of ajax in php?
How is it possible to know the number of rows returned in the result set?
What is trait in php?
What is the content of /etc directory?
Tell me how to find the position of the first occurrence of a substring in a string?
Why do we use htaccess
What is the use of 'print' in php?
What is the purpose of constant() function?
Is php dead 2019?
Is PHP an open source software?
What backslash character will match whitespace?
Is php object oriented?
How can I increase my website session?
What is exception handling in php?
What is is_null() in php?