dragosul
February 11th, 2003, 17:59
ok i have this query thata should count :)
$query_verificare = "SELECT COUNT(*) FROM affiliates.sales where date = '$date_verificare' and affilid = '$affilid'";
and then i get the result
$result_verificare = $dbh ->do($query_verificare);
but doesn't work correct :( even if query is ok and works i've test it using phpadmin
$query_verificare = "SELECT COUNT(*) FROM affiliates.sales where date = '$date_verificare' and affilid = '$affilid'";
and then i get the result
$result_verificare = $dbh ->do($query_verificare);
but doesn't work correct :( even if query is ok and works i've test it using phpadmin