Is it possible to pass a connection to a MySQL database through sessions? I created a class that works, however I can't seem to pass the link through a session variable. Thought I'd try.
Take a look at this:
http://www.php.net/manual/en/features.persistent-connections.php
Diego
That wasn't exactly what I had in mind.
Well, it's the only way to pass connections between scripts...