Ion_Cannon Posted November 17, 2009 Share Posted November 17, 2009 Having trouble with a mysql query. $result_id = Db::getInstance()->getrow(' SELECT `id_address` FROM `'._DB_PREFIX_.'address` WHERE `id_manufacturer` = '.intval(12345).' AND `id_customer` = '.intval($cart->id_customer)); $ship=intval($result_id['id_address']); Quote Link to comment Share on other sites More sharing options...
Psycho Posted November 17, 2009 Share Posted November 17, 2009 Hard to say without seeing the "actual" query and the error that is generated. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.