Jump to content
MakeWebGames

Recommended Posts

Posted

hey all, im having some troubles adding an event,

heres the error:

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 'unix_timestamp(),'TEST')' at line 1

Query was INSERT INTO gangevents VALUES ('',,unix_timestamp(),'TEST')

heres the query:

$db->query("INSERT INTO gangevents VALUES ('',{$ir['gangID']},unix_timestamp(),'TEST')",$c);

now i really cant see what im doing wrong !! Any help or sarcastic comments are welcome!

Posted

Re: query event error

If your using mccodes $ir['gangID'] should infact be $ir['gang'], But the error is being caused due to $ir['gangID'] not existing :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...