v00m3r Posted June 4, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Share Posted June 4, 2012 (edited) do you know what will i do on this? when i try to read this to the server when i insert it to sql Script line: 1 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 '//SQL Table for Ghost's PvP System CREATE TABLE IF NOT EXISTS `pvp_rank` ( `' at line 1 its the sql for pvp system by ghost http://pastebin.com/dEqrkczy Edited June 5, 2012 by v00m3r Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted June 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted June 4, 2012 just delete that line o_O Quote Link to comment Share on other sites More sharing options...
v00m3r Posted June 4, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Author Share Posted June 4, 2012 just delete that line o_O i already did that. its still shows error on line 1 Quote Link to comment Share on other sites More sharing options...
Lemongrass Posted June 4, 2012 Group: Developer Topic Count: 28 Topics Per Day: 0.01 Content Count: 547 Reputation: 270 Joined: 11/08/11 Last Seen: June 10, 2024 Share Posted June 4, 2012 seems like a problem with the encoding. have you accidently saved the file as a unicode text file or something like that? Quote Link to comment Share on other sites More sharing options...
v00m3r Posted June 4, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Author Share Posted June 4, 2012 (edited) help guyz Edited June 4, 2012 by v00m3r Quote Link to comment Share on other sites More sharing options...
plankt Posted June 4, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 130 Reputation: 43 Joined: 12/11/11 Last Seen: July 16, 2017 Share Posted June 4, 2012 The main error is, like it says, a parsing error. It's not an error with the query but how it's written in the code. The second error however is a sql error. I'm guessing there's a new line where there shouldn't be. It would be easier to help if we had a file to look at, please paste it to http://www.upaste.me Quote Link to comment Share on other sites More sharing options...
v00m3r Posted June 5, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Author Share Posted June 5, 2012 The main error is, like it says, a parsing error. It's not an error with the query but how it's written in the code. The second error however is a sql error. I'm guessing there's a new line where there shouldn't be. It would be easier to help if we had a file to look at, please paste it to http://www.upaste.me --sorry for that. its the sql table for pvp system by ghost. here http://pastebin.com/dEqrkczy anyone guyz help? Quote Link to comment Share on other sites More sharing options...
Question
v00m3r
do you know what will i do on this?
when i try to read this to the server
when i insert it to sql
its the sql for pvp system by ghost http://pastebin.com/dEqrkczy
Edited by v00m3rLink to comment
Share on other sites
6 answers to this question
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.