How can I get this to work

<?
if (isset($_POST[‘shell’])) {
mysql_query('DELETE FROM shells WHERE status IN (‘down’ , ‘404’);
?>

I think I did something wrong?


<?
if (isset($_POST['shell'])) {
  mysql_query("DELETE FROM shells WHERE status IN ('down' , '404')");
}
?>

:slight_smile:

Dankjewel !

Haha, geen probleem :slight_smile:

Off Topic:

For the non-Dutch people, he said thanks, I said you’re welcome.

As a non-Dutch person: we can tell. Context, punctuation and the emoticon transcend language.