willpower Posted June 14, 2006 Share Posted June 14, 2006 Hi instead of having<?mysql_free_result ($Recorsedt1);mysql_free_result ($Recorsedt2);mysql_free_result ($Recorsedt3);mysql_free_result ($Recorsedt4);mysql_free_result ($Recorsedt5);?>is there a way to <?mysql_free_result (*****all****);?>This would allow me to add this to my footer insted of ending different bits on different include files...all of which i am finding very messy!ThanksWill Link to comment https://forums.phpfreaks.com/topic/12030-mysql-free-result/ Share on other sites More sharing options...
homchz Posted June 14, 2006 Share Posted June 14, 2006 maybe store them all in an array then free the array?? Link to comment https://forums.phpfreaks.com/topic/12030-mysql-free-result/#findComment-45749 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.