RE: phpWeather Feature Request
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2004-02-08 23:07:23
|
Hi, > From what I can tell, once you configure phpWeather to talk to MySQL, > it will make its own connection to the database. yes > However in the process of generating my page, I already initiate a > connection to the database. > > Is there any *really simple* way I can pass these details to phpWeather > for it to use? Assuming, of course, that phpWeather won't blithely go > and close the pre-existing connection once it's done with it. If you're using pconnect() - permenent connections to the database, it doesn't matter - it'll just use an existing connection if one is open. Cheers, Max |