What happes when the scrip that made @mysql_connect($server, $user, $password)
dies?
How long does it live?
Thank you!
What happes when the scrip that made @mysql_connect($server, $user, $password)
dies?
How long does it live?
Thank you!
Connections opened by mysql_connect() are closed at script exit, unless closed earlier by calls to mysql_close().