![]() |
|
|
+ Search |
![]()
|
Feb 16th, 2000 07:54
Fred K,
Hmm, it seems that it was an @ that caused the problem. Here is the scenario: I have created a database connection object which wraps up communicating to a database. I used the following statement to connect: @$this->Connection = mysql_connect($Host,$User,$Password); However, this caused the leak. Removing the @ seems to eliminate the leak...