Hi all,
I have a script that for some strange reason will not hold a connection at a particular part of the code??? I am storing the db connection in a variable e.g:
$db_con = mysql_connect ( "127.0.0.1", "user", "p");
How can I check if this variable is still holding a valid connection? Echoing states the resource id, which is the same throughout. I am sorry if this is all very vague, but I really do not understand the problem to be honest.
Cheers
SOL