sonny
08-13-2009, 08:50 PM
Hi I have a delete from query by a keyword in "field url"
My question is...
I would like to delete the entry row containing that keyword
but only if vcode="0"
This does not seem to work
$dkey="%".$keyword."%";
mysql_query("DELETE FROM visits WHERE url LIKE '$dkey' && vcode='0'");
Any help is appreciated
Thanks
My question is...
I would like to delete the entry row containing that keyword
but only if vcode="0"
This does not seem to work
$dkey="%".$keyword."%";
mysql_query("DELETE FROM visits WHERE url LIKE '$dkey' && vcode='0'");
Any help is appreciated
Thanks