I am not too sure what i am doing wrong. i am trying to delete the entire row with this code but it is not working. No error is happening it prints the line that it was dele
You used $order instead of your query variable $sql
$order
$sql
$sql="DELETE FROM times WHERE id='$id'"; mysql_query($sql);