> 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
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
2 matches
Mail list logo