************** On 4/6/2005, "Wade" <[EMAIL PROTECTED]> wrote:
Mike, Im getting this on every application I have now. Every page I have that uses a query is now saying /"mysql_fetch_array(): supplied argument is not a valid MySQL result resource" . /I can run commands from the mysql Control Center just fine. Heck, I even restarted just to be sure. Wade > ***************** It seems obvious to me that something on your server has changed and your PHP code is not establishing a good connection. What happens when you add the "or die" clause to the connect, open database and mysql_query() steps? Are you using a common file (an included file) in your code to connect to the data base and select the schema? That file may be missing, damaged, or unreadable for some reason. Mike Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
