The connection was reset
Posted by: jerryboy78 (---.adsl.sunbeach.net)
Date: March 13, 2010 08:28AM

I keep getting this error "The connection was reset" and my web pages don't ever load as a result. I read some where that the function "mysql_close()" causes this and upon commenting it out, the problem disappears. Why does the "mysql_close()" function cause this error ?

Options: ReplyQuote
Re: The connection was reset
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: March 13, 2010 09:23AM

maybe ur using php 5.3.0

there is a bug in it

you have to use


mysql_close($connection_handle_you_used_to_open_the_connection);

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.