page load error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ray
    Junior Member
    • Mar 2004
    • 19

    #1

    page load error

    Any ideas on what would suddenly cause this error on



    Warning: mysql_close(): 5 is not a valid MySQL-Link resource in /home/apache/htdocs/fw-common.php on line 32
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    Looks like you're passing an invalid argument to the mysql_close function, the link identifier needs to be the same as it was when you opened the connection.

    Comment

    Working...