Re: Re[4]: [Phplib-users] Access denied, 2 databases, extrange error
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-08-01 10:45:05
|
> > The system is working, connect and get results from the different > databases, and shows correctly but the only problem its the error when > finishing after the </html> label. As I said previously I suspect that > this error occurs when PHP try to finish the conection, but I have no > idea why its mixing conection details from the different classes. > > I maked all the changes proposed: use different users, put the database > name in the query, etc. > Did you try to disable mysql persistent connections? it can be done via htaccess, php ini, or in the script top. Gian |