Jump to content

[SOLVED] You have an error in your SQL syntax


Thomisback

Recommended Posts

Hi, sorry for this beginner question but I can't figure it out, the following 2 queries:

$result = mysql_query("SELECT * FROM phaos_users WHERE UID='$userid'") or die(mysql_error());
$num_rows = mysql_num_rows($result);

$check = mysql_query("SELECT * FROM phaos_users UID='$userid'") or die(mysql_error());
while($row = mysql_fetch_array($check)){
$username = $row['username'];
}

 

Give me this 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 '='1033023711'' at line 1

 

1033023711 is the user ID, does anyone see what's wrong with my queries?

 

Kind regards.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.