Friday, February 02, 2001 10:19 AM
Subject: Re: [PHP] Closing Objects "Cleaning Up"
> On Fri, 2 Feb 2001 08:58, Karl J. Stubsjoen wrote:
> > When I do this:
> > $link = @mysql_pconnect("localhost", $this->db_user_id,
> > $this->db_passwd);
> >
On Fri, 2 Feb 2001 08:58, Karl J. Stubsjoen wrote:
> When I do this:
> $link = @mysql_pconnect("localhost", $this->db_user_id,
> $this->db_passwd);
>
> And I do this:
> if(!($result = mysql_query($querystr))) { ...
>
> Then I do this:
> $result = DoQuery($q);
>
>
> What objects are there to close
2 matches
Mail list logo