PHP version help!!!!
- Started
- Last post
- 3 Responses
- MACAS0
I'm doing a site (PHP/MySQL) using Dreamweaver, everything works fine on my host (PHP 4.2.3), but my queries don't work on the client's host (PHP 4.0.6), is there a sustantial difference between these two versions of PHP? When a host advertise PHP4, does it really mean the latest most stable version?
Thanks :)
- rabattski0
mysql queries? could also be due to a difference in the mysql versions. however it is very possible that it is due to a php version difference. some php 4.2.3 /mysql commands are not supported in 4.0.6. i know of one random query that doesn't work in 4.0.6. what error do you get exactly? did you check that command at http://www.php.net/?
- MACAS00
I'm trying to filter the results on one page by the category ID (I have 20 categories), but I always get back the first set of categories instead of the one I requested, no errors, just the same results all the time.
:)