I am trying to delete all entry's before a certain date, "except those matching testfolder"
this should work I think, anyone see why it doesn't? it deletes everything.
My php form's query
PHP Code:
$sql = "DELETE FROM `$tbl` WHERE `$field` < '$before' NOT LIKE url='%/testfolder/%";