[Phplib-users] Re: DB-Class and open connections
Brought to you by:
nhruby,
richardarcher
From: Guenther T. <th...@eq...> - 2001-09-11 06:17:50
|
Hi Stephen, you wrote: > You need to change one line in db_mysql.inc > from: > $this->Link_ID=mysql_pconnect($Host, $User, $Password); > to: > $this->Link_ID=mysql_connect($Host, $User, $Password); OK, but there still is no connection closed, or is there something I don't see? Guenther |