MDanz Posted July 5, 2011 Share Posted July 5, 2011 i get these two errors Warning: mysql_close(): 5 is not a valid MySQL-Link resource in .. Warning: mysql_close(): 4 is not a valid MySQL-Link resource in .. How do i solve these errors? it's on this line mysql_close($this->connect); theres nothing wrong with the line Link to comment https://forums.phpfreaks.com/topic/241151-warning-mysql_close-5-is-not-a-valid-mysql-link-resource-in/ Share on other sites More sharing options...
AyKay47 Posted July 5, 2011 Share Posted July 5, 2011 would need to see the rest of your code Link to comment https://forums.phpfreaks.com/topic/241151-warning-mysql_close-5-is-not-a-valid-mysql-link-resource-in/#findComment-1238689 Share on other sites More sharing options...
fenway Posted July 6, 2011 Share Posted July 6, 2011 Actually, I don't -- find where you execute your query, and check for errors. Link to comment https://forums.phpfreaks.com/topic/241151-warning-mysql_close-5-is-not-a-valid-mysql-link-resource-in/#findComment-1238972 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.