View Single Post
  #2 (permalink)  
Old 08-13-03, 10:04 AM
e4c5 e4c5 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

Though it's always a good idea to close open file handles, it's not always a good idea to close database connections.

If you are working with PHP there isn't a real need to explicity close mysql connections because they can be reused between pages.
__________________
Raditha Dissanayake

<a href="http://www.radinks.com/sftp">http://www.radinks.com/sftp</a>
Lean and mean sftp applet with GUI.
Reply With Quote