Jump to content

simple error, can't figure it out


curtis_b

Recommended Posts

Here's the error I'm getting:

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 'Group = 'KK'' at line 1

The variable $group is being stored in the url as a link from a previous page:
[a href=\"http://ecolab.7cpco.com/pricegroups.php?group=KK\" target=\"_blank\"]http://ecolab.7cpco.com/pricegroups.php?group=KK[/a]

Here's the php code that's causing the error:
$query = "SELECT * FROM item_list_price_groups where Group = '$group'";


I have other pages that work just the same as this is intended to (result based on url-stored variable). I pretty much copied the code verbatim from another application I wrote that works fine. I don't understand what could be wrong with this query. Thanks for your help.




Link to comment
Share on other sites

[!--quoteo(post=350810:date=Mar 1 2006, 11:19 PM:name=curtis_b)--][div class=\'quotetop\']QUOTE(curtis_b @ Mar 1 2006, 11:19 PM) [snapback]350810[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Here's the error I'm getting:

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 'Group = 'KK'' at line 1

The variable $group is being stored in the url as a link from a previous page:
[a href=\"http://ecolab.7cpco.com/pricegroups.php?group=KK\" target=\"_blank\"]http://ecolab.7cpco.com/pricegroups.php?group=KK[/a]

Here's the php code that's causing the error:
$query = "SELECT * FROM item_list_price_groups where Group = '$group'";
I have other pages that work just the same as this is intended to (result based on url-stored variable). I pretty much copied the code verbatim from another application I wrote that works fine. I don't understand what could be wrong with this query. Thanks for your help.
[/quote]

$sql = mysql_query("SELECT * FROM item_list_price_groups WHERE Group = '$group'");
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

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.