You shouln't need to connect to the database for every call, one $conn = db_connect(); is enough.
Can we have a look at the db_connect()
function.
Lizard
2010-07-01 14:57:01
You shouln't need to connect to the database for every call, one $conn = db_connect(); is enough.
Can we have a look at the db_connect()
function.