RE: [PHP-DB] overrun??

2001-04-09 Thread Ben Cairns
Closing a MySQL connection is a good habit to get into, However, what you describe, doesn't sound like a PHP error, it may just be one of the many errors with msie rearing its head. -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMAIL

Re: RE: [PHP-DB] overrun??

2001-04-09 Thread Russ Michell
Cheers Ben. However if I close a connection, how is it possible to reconnect if the connection needs to be reused, i.e if further DB data is requested? Is it just a matter if refreshing the page and it all resets?? Russ #---#

Re: [PHP-DB] overrun??

2001-04-09 Thread B. van Ouwerkerk
I use PHP4pl1 with MySQL 3.22.32 That's OLD. 3.23.36 is current. Does other connects run without a problem? like with other databases?? If not, try what happens if you upgrade mysql to current and recompile PHP.. please, use the right API version.. I always prefer to use the one that comes