ERROR

admin

Administrator
Staff member
$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
 
Back
Top