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 super () python?
How to open a file for reading?
Does jwt protect against csrf?
What is php and its advantages?
Is python better than php?
Tell me are parent constructors called implicitly inside a class constructor?
What is php regular expression?
Which is better #define or enum?
How to display your correct URL of the current web page?
How to execute a function in php?
What is $_ server request_method == post?
How to download files from an external server with code in php?
For image work which library is used in php?
What is the difference between single quoted string and double quoted string?
Tell me what is the main difference between require() and require_once()?