|
Issue with Upgrade from 5.2.17 to 5.3.20?
I just recently upgraded to PHP 5.3.20 and now suddenly I'm having issues with my code, with just simple things like mysql_fetch_assoc and mysql_query?
I'm getting issues like:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given
and when I do a mysql_query INSERT it looks like it works fine, but no entry appears in the database.
All this was working perfectly prior to the upgrade to 5.3.20 from 5.2.17, any idea what's going on?
|