Jump to content
MakeWebGames

2 SQL Problems


Recommended Posts

Need some help on these 1 SQLS. & Another problem. Sorry about the Title

[mysql]QUERY ERROR: Unknown column 'admin' in 'field list'

Query was UPDATE users SET admin=1 WHERE userid=2[/mysql]

[mysql]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 UPDATE users SET admin=1 WHERE userid=[/mysql]

CODE LINE:

$db->query("DELETE FROM admin WHERE admin_userid={$_POST['userID']}");

 

If you could post these that would be great. 8o

Cheers, Rasheed :thumbsup:

Link to comment
Share on other sites

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