Hi there, How (if) can i store the link from a mysql connect in a session
variable
something like
$_SESSION['db_link']=mysql_connect ( $server, $username, $password );
Currently de mysql link is not saved in the session ...while ather vars are
properly stored and retrieved ????
The goal of the exercise is to limit the amount of mysql_connect in my app.