I upgraded my system to mysq 5 and PHP v5.2.1
I now have a problem when fetching records in a where query.
I have many existing site that where all working on my system pre upgrade
Using PHP pages.
This type of query comes back with data from the database
SELECT * FROM store group by subcat_id having count(subcat_id)>=1 ORDER BY subcat_id ASC");
This type of query comes back with no data and no errors?
SELECT * FROM store where cat_id='$cat_id';
PHP.ini problem?
Please help