A
Anonymous
Guest
Code:
$query = 'SELECT name, points FROM members ORDER BY points DESC LIMIT 0,30';
Ok so that lists people who have the highest points to the lowest. I want it so it does not list people with 0 points.
Just give me a clue, just say either query for something needs to be added to the query, or array for something that needs to go in my array.