Re: [PHP] php/mysql web question

2005-09-06 Thread Murray @ PlanetThoughtful
> hi... > > if an app has a webpage that has to interface/display data from a mysql > db, > does the app have to essentially do a new db_connection for each time that > a > user accesses the page during the session. > > as far as i can tell, it does. > > in other words, the page would need to l

Re: [PHP] php/mysql web question

2005-09-06 Thread Mikey
Mikey wrote: bruce wrote: hi... if an app has a webpage that has to interface/display data from a mysql db, does the app have to essentially do a new db_connection for each time that a user accesses the page during the session. as far as i can tell, it does. in other words, the page woul

Re: [PHP] php/mysql web question

2005-09-06 Thread Mikey
bruce wrote: hi... if an app has a webpage that has to interface/display data from a mysql db, does the app have to essentially do a new db_connection for each time that a user accesses the page during the session. as far as i can tell, it does. in other words, the page would need to look som

[PHP] php/mysql web question

2005-09-06 Thread bruce
hi... if an app has a webpage that has to interface/display data from a mysql db, does the app have to essentially do a new db_connection for each time that a user accesses the page during the session. as far as i can tell, it does. in other words, the page would need to look something like: