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"; Link to comment https://forums.phpfreaks.com/topic/60882-solved-query-syntax-error/ 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"; Link to comment https://forums.phpfreaks.com/topic/60882-solved-query-syntax-error/#findComment-302927 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.