hi,
$sql = "SELECT *
FROMT\_game
WHERE (ID
>= '1' ANDID
<= '15')
GROUP BYName
LIMIT 0 , 20 ";aber ich kriege nur die ID und nicht die name sortiert
Nee, damit bekommst du gar nix sortiert (sondern eine zufällige Reihenfolge).
Für's Sortieren ist nicht GROUP BY, sondern ORDER BY verantwortlich.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }