so i have a table called image: ->image_id, user_id, img, name
and i want to del one row where image_id = 3;
$del = mysql_query("DELETE image WHERE image_id = '$image_id_g'");
i want to del whole row not just image_id.
iam not sure if this will del whole row