[nycphp-talk] mysql_close() error
csnyder
chsnyder at gmail.com
Tue Dec 21 16:29:37 EST 2004
Not an answer to your question, but unless you explicitly need to
close the db connection (because your script is running in daemon mode
or something) you can leave out the mysql_close() -- the connection is
closed automatically once execution is finished.
Still, that's perplexing. Do you do anything to $link that would cause
it to be recast as a string or int?
More information about the talk
mailing list