View Single Post
  #15 (permalink)  
Old 03-04-08, 05:59
carl carl is offline
BOD Member
 
Join Date: Mar 2006
Location: Scotland
Posts: 201
Default

Yes I agree with Samantha,

The only reason for using "mysql_close" is if your script is assuredly finished with the connection, but still has a many of processing left to do. It is almost never beneficial to open and close the same connection throughout a script.
Reply With Quote