Добрый всем!
Версия 1.6
Ни как не могу понять почему в запросе PHP
$sql = "SELECT `id_customer` FROM `ps_customer` WHERE ps_customer.email = '$email' AND ps_customer.active = '1' AND ps_customer.id_shop = '1' AND ps_customer.deleted = '0'";
$result = mysql_query($sql)
$id_customer = (int)($result);
Данной строки запроса id_customer равен = 21
Но почему-то выдает всегда = 6
Что не так?
Как получить id_customer запросом по email?
Спасибо!