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.
|