Hi,
what would the array look like, when i use
SELECT show_to,COUNT(*)
and get the result via $test = mysql_fetch_array?
$test["show_to"] works just fine, but how do i get the "COUNT(*)" part?
Or will i have to use $test[1], because this (s.th. like $test["COUNT"]) doesn't work?
Thanks