182x Posted July 20, 2007 Share Posted July 20, 2007 Hey guys just wondering where I went wrong? Thanks. $del="DELETE FROM tr, ts WHERE tr.Id = $Id AND ts.user = tr.user"; Quote Link to comment Share on other sites More sharing options...
benjaminbeazy Posted July 20, 2007 Share Posted July 20, 2007 try this... $del="DELETE FROM tr, ts USING tr, ts WHERE tr.Id = $Id AND ts.user = tr.user"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.