Thread: Php mysql error.

Results 1 to 5 of 5
  1. #1 Php mysql error. 
    Registered Member
    Join Date
    Jul 2007
    Posts
    358
    Thanks given
    0
    Thanks received
    0
    Rep Power
    26
    Hi,

    I was adding a php login box with mysql, and I get this error:

    Code:
    Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/sphinx/public_html/temp/include/database.php on line 218
    
    Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/sphinx/public_html/temp/include/database.php on line 207
    
    Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/sphinx/public_html/temp/include/database.php on line 218
    Their are more, but they are the same thing.

    How do I fix?

    Thanks
    ~Violated Removed
    Reply With Quote  
     

  2. #2  
    Scaped Out
    Guest
    The result trying to be sent to the MySql is all wrong, So it can't find it.
    Reply With Quote  
     

  3. #3  
    PHPLS
    Guest
    You don't have the table in the database.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2007
    Posts
    358
    Thanks given
    0
    Thanks received
    0
    Rep Power
    26
    How do I add it?
    ~Violated Removed
    Reply With Quote  
     

  5. #5  
    Donator

    Scim's Avatar
    Join Date
    Apr 2007
    Age
    28
    Posts
    739
    Thanks given
    61
    Thanks received
    16
    Rep Power
    238
    through phpmyadmin
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •