hi there,
i have a frameset with 3 frames. in each frame i translate the content and menu items through mysql (multilanguage). what would you suggest - to open in each frame the mysql database and close it or should i better user pconnect to avoid 3x open the database for one page request?
when will a persistant connection closed when not at the end of the script? when browser closes? after a given timeout?
thx 4 your hlp
i have a frameset with 3 frames. in each frame i translate the content and menu items through mysql (multilanguage). what would you suggest - to open in each frame the mysql database and close it or should i better user pconnect to avoid 3x open the database for one page request?
when will a persistant connection closed when not at the end of the script? when browser closes? after a given timeout?
thx 4 your hlp