DELETE FROM posts,postcontrols WHERE postcontrols.postid='33' AND postcontrols.postid = posts.id
So, what's wrong with that? I just can't seem to find why I get an error trying to run the above query.
Would someone kindly point out the error of my ways? ;-)
Nick