Hi, I want to do a DELETE in MYSQL where say name='$name' AND id != $certainid
this isn't working though ... how do I get this done?
and not id=$certainid
where say name='$name' AND id != '$certainid'
$certainid is variable It want to add ' ' in syntex Mysql