pro_php thread: Warning error in line 0.
> try using mysql_free_resulset and mysql_close to see if it clears it up. > > As a rule, you should always implicitly close your resources anyway. True, but when you use mysql_pconnect(), mysql_close really doesn't do anything. And to be the anal bastard that I am, you probably mean mysql_free_result() and "explicitly close..." =D nik
|





