Hello,
I'm receiving the following PHP errors from my web application:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\ on line 31
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Inetpub\ on line 32
Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\ on line 33
I receive this error when I direct the code to a dev database in my lab. The code works fine when directed to the production database - not sure if this is a PHP or MySQL issue.
Thanks,
Stickybit.
I'm receiving the following PHP errors from my web application:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\ on line 31
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Inetpub\ on line 32
Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\ on line 33
I receive this error when I direct the code to a dev database in my lab. The code works fine when directed to the production database - not sure if this is a PHP or MySQL issue.
Thanks,
Stickybit.