RE: [PHP] Close A Databse Connection

2002-07-26 Thread Andrew Hill
+1 right. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Virtuoso Universal Server -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 2:22 PM To: [EMAIL PROTECTED

RE: [PHP] Close A Databse Connection

2002-07-26 Thread Peter J. Schoenster
Hi, The question was about the use of mysql_close. Use it or not (not when to use it or when not to). So far: > Agreed... you should always "clean up after yourself." > PHP will close the connection automatically will be closed and all > information cleared. > I advised a newbie to > always u