RE: [PHP] Query > Close

2002-05-01 Thread Craig Vincent
> What's happen if when I used a query, I don't do that : > > mysql_close($connection); Well there's a number of issues: - First and foremost, if your connection timeout is at it's default setting (8 hours)you'll run out of connections quickly in MySQL if scripts like this are run frequently

[PHP] Query > Close

2002-05-01 Thread Christian Ista
Hello, What's happen if when I used a query, I don't do that : mysql_close($connection); Bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php