i wanna update one row:
do_mysql_query("UPDATE helpcenter SET solved=$solved WHERE id=$id");
and my second update:
do_mysql_query("UPDATE helpcenter SET check=1 WHERE id=$id");
$id in these two are same. How join them together, so only one sql would be ?
$idproperly, so little Bobby Tables won't be able to play with your database.