|
I tried, no luck, mysql_error says:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/sites/tbhg.co.uk/public_html/leagues.php on line 222
Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
So I turned the ORDER BY into a GROUP BY but:
Can't group on 'count'
Anymore suggestions?
|