DELETE rows based on content

Posted on 16th Feb 2014 by admin

I have a link in my rows

$bit="http://bit.ly/abcd";
$query = mysql_query("DELETE FROM *table* WHERE sentence........");
//I need to delete all sentence rows which DOES NOT contain my $bit ..pls help

Other forums