[PHP] Forcing close of thread

2002-01-30 Thread jtjohnston
I have read the FAQ http://www.php.net/manual/en/function.mysql-close.php This might even be a mysql question, but I could really use some advice from people using php scripts to access mysql. I have been getting a lot of this on my windows/mysql server: 020130 16:11:08

[PHP] Forcing close of thread

2002-01-30 Thread jtjohnston
I'm having growing pains with my mysql server (Windows). I get a lot of Forcing close of thread ... Do I need to add mysql_close() to the end of everything? I never had to before on a Unix mysql server. Is mysql_close($myconnection); correct? Is it necessary? $myconnection =