Jump to content

Query Failing, need help


kruzayn

Recommended Posts

[code] //get product ID for just entered item

$sqlgetid= "select product_id from jos_vm_product where product_sku=$sku";
$productid=mysql_query($sqlgetid) or die ("FAILED2");[/code]

Can anyone tell my why this is failing?

I am entering items into a database, with product_id being automatically assigned. the line above this one works and enters them like needed into the DB, but this one fails. I need to store the product id (ex: 1567) in $productid.

Thanks for any help!

kruz
Link to comment
Share on other sites

[!--quoteo(post=371723:date=May 5 2006, 05:09 PM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ May 5 2006, 05:09 PM) [snapback]371723[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Add single quotes around $sku.
[/quote]


i knew it was something stupid, had been at it for quite a few hours, ran it and that part failed.

Thanks!

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