LanceT Posted January 20, 2008 Share Posted January 20, 2008 Is it advisable to always use mysql_close when you no longer need that connection? Link to comment https://forums.phpfreaks.com/topic/86884-solved-mysql_close/ Share on other sites More sharing options...
toplay Posted January 20, 2008 Share Posted January 20, 2008 Yes, but if you don't do it PHP will close the connection as part of it's end of script clean up. Link to comment https://forums.phpfreaks.com/topic/86884-solved-mysql_close/#findComment-444186 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.