mysql connections are automatically closed when the script stops running.
If you can manually close them, it's better because:
1. It's faster: free up a system resource for both the php script and...
Type: Posts; User: djr33; Keyword(s):
mysql connections are automatically closed when the script stops running.
If you can manually close them, it's better because:
1. It's faster: free up a system resource for both the php script and...