Jump to content
MakeWebGames

Recommended Posts

Posted

i just added the drug mod [ i dont know which one loool]

and i get this error

QUERY ERROR: Unknown column 'df_dayleft' in 'field list'
Query was INSERT INTO `drug_farm` (`df_id`, `df_user`, `df_drug`, `df_dayleft`) VALUES ('NULL', '1', '1', '');

 

this is my query for that bit:

$db->query("INSERT INTO `drug_farm` (`df_id`, `df_user`, `df_drug`, `df_dayleft`) VALUES ('NULL', '$userid', '$_POST[drug]', '$r[drug_growdays]');");

 

please help

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...