mac007 Posted July 17, 2009 Share Posted July 17, 2009 Hi, all: Have a general question on mysql_pconnect and mysql_free_result()... If one uses the "permanent" connection (mysql_pconnect), should I, as standard practice, always "close" any recordset-queries with mysql_free_result()?? what kind of problems would come up if I didnt?? And then again, if I was using just the "non-permanent" connection (mysql_connect), am I to assume that one doesnt need to "close" any queries then?? Thanks! Link to comment https://forums.phpfreaks.com/topic/166326-have-a-general-question-on-mysql_pconnect-and-mysql_free_result/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.