Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Warning error in line 0.


Message #1 by joelms2001@y... on Fri, 15 Mar 2002 17:47:30
> 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


  Return to Index