abdfahim Posted January 3, 2008 Share Posted January 3, 2008 Is it necessary in PHP to close database (mysql) conncections and to free mysql result variables? Quote Link to comment https://forums.phpfreaks.com/topic/84273-solved-close-connection/ Share on other sites More sharing options...
rajivgonsalves Posted January 3, 2008 Share Posted January 3, 2008 Actually its good practice but at the end of every page execution php itself closes the connection and frees the resources. Quote Link to comment https://forums.phpfreaks.com/topic/84273-solved-close-connection/#findComment-429178 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.