MySQL Forums
Forum List  »  Newbie

Re: mysql connection and temptables
Posted by: Umesh Shastry
Date: May 26, 2005 09:58AM

Hi!!


Which function you use for connecting server..non-persistent connection i.e mysql_connect() or mysql_pconnect() ?

mysql_close() isn't usually necessary, if you use mysql_connect() as non-persistent open links are automatically closed at the end of the script's execution.

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql connection and temptables
May 26, 2005 09:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.