Hi,
If I were designing a new system, should I have each function open and close the mysql connection as and when needed OR should I form one connection and keep that as a "globally accessible variable" for that browser session?
Why is it a bad idea, if indeed it is?