Ack, recently I've had a problem with all my mysql crap at coasters2k.com giving me errors of
too many connections... For each page I've been having it connect to the
database for the queries, but obviously this has some downsides. would
mysql_pconnect do the trick? Or perhaps adding "mysql_close();" at the
bottom of all the pages would be better to close the connection before
moving on? Thanks for your input.
too many connections... For each page I've been having it connect to the
database for the queries, but obviously this has some downsides. would
mysql_pconnect do the trick? Or perhaps adding "mysql_close();" at the
bottom of all the pages would be better to close the connection before
moving on? Thanks for your input.