$sql = "DELETE * FROM weblog where id='$id' and user='$name'";
Now what is the right way for me to do it?
🙂
Thank you - Anthony
$sql = "DELETE FROM weblog where id='$id' && user='$name'";