On Sat, Jun 22, 2002 at 01:49:12PM -0700, Robin Johnson wrote:
I saw this problem as well, The most simple fix is: -mysql_free_result($cna_all_result); +@mysql_free_result($cna_all_result); I've put that in for now, and it works.
sure, it "works", but it is not clean :) what about using the right function only after a test of the php or mysql version ?
regards, Olivier