|
I want to know that if we are connecting mysql using mysql_connect , the connection to the db will last untill we go to the next page? or after every transaction the mysql detach the connections....
Can some one please explain about mysql connection scope in detaill....????
|