php security & perfomance question. Do you highly recommend to use mysql_close every

N B

New member
time? Do you highly recommend to use mysql_close after all data that we need for the web-page was extracted to be displayed on the web-page?

http://php.net/manual/en/function.mysql-close.php says "Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution."

I would appreciate if you give me pro and cons of using mysql_close().
The web-project works great without any mysql_close().

Project: PHP+MySQL+Apache.

Please experts only.
 
Back
Top