A admin Administrator Staff member Aug 21, 2008 #1 $result = mysql_query($sql,$con) or die("error"); while ($msys = mysql_fetch_array($result)) { Wtf is wrong with that? I get an error on the sqlquery line. Thanks Anthony
$result = mysql_query($sql,$con) or die("error"); while ($msys = mysql_fetch_array($result)) { Wtf is wrong with that? I get an error on the sqlquery line. Thanks Anthony