A admin Administrator Staff member Aug 21, 2008 #1 If i have the code $link_id = mysql_connect("localhost","root","xxxxx"); if (!$link_id) { die(); } further down if Mysql disconnects for some reason? will the if statement still be ture so that i can check it every so offent? thanx
If i have the code $link_id = mysql_connect("localhost","root","xxxxx"); if (!$link_id) { die(); } further down if Mysql disconnects for some reason? will the if statement still be ture so that i can check it every so offent? thanx