N00b Posted June 16, 2007 Posted June 16, 2007 In my game you cannot accept surrenders it says: QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query was SELECT * FROM gangwars where warID= How do i fix that Quote
chaoswar4u Posted June 16, 2007 Posted June 16, 2007 Re: Gang surrender error! Look around the forums I already posted the fix for this but here it is again. find: in yourgang.php list($_POST['war']) = $db->fetch_row($q); replace with: $_POST['war'] = $db->fetch_single($q); Quote
grimreaper6996 Posted June 18, 2007 Posted June 18, 2007 Re: Gang surrender error! thanks for the fix. Quote
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.