Just a question,
will I get anything if I use mysql_close in the end.
is it good for processor - to tell him to dump results...
for security ... like, connection is still open and can bug something..
Any suggestions ...
php doc's didn't tell much - if anyone has real life expirience...
Thanks Ahead !
[SOLVED]Mysql_close connection
Moderator: General Moderators
[SOLVED]Mysql_close connection
Last edited by Calimero on Tue Oct 05, 2004 8:36 am, edited 1 time in total.
Not essential, but "A Good Thing (tm)".Draco_03 wrote:mysql_close is essential
The link is closed after the script is executed/ended, but as the scripts grow bigger and more complicated, executing a mysql_close at certain points is useful.
This also reflects on what kind of hardware the server is using, amount of visitos/time-interval etc etc. Personally, I do use it.