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']); Link to comment https://forums.phpfreaks.com/topic/181824-solved-help-with-sql-query/ 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. Link to comment https://forums.phpfreaks.com/topic/181824-solved-help-with-sql-query/#findComment-958908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.