Hello, I have a connection to a mysql server on my website that I would like
to keep "alive" from when a user first goes to a page that requires the
connection until they close the website
How is it possible to set this up? I do not wish to keep creating the
connection everytime I wish to execute a query.
Thank you
Angus
to keep "alive" from when a user first goes to a page that requires the
connection until they close the website
How is it possible to set this up? I do not wish to keep creating the
connection everytime I wish to execute a query.
Thank you
Angus
Comment