Re: [PHP] Closing Objects Cleaning Up

2001-02-01 Thread David Robley
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? In ASP we

Re: [PHP] Closing Objects Cleaning Up

2001-02-01 Thread Josh G
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); And I do this: if(!($result = mysql_query($querystr))) { ... T