whats the SQL query for this?
i have a table with a bunch of colums
one of the colums is called "gamename", another is "id"
when the user clicks on a letter, i want it to sort the list by the gamename, for the names that start with the letter that the user chooses, and it links to it's id, in alphabetical order
but there is another column called "system", and i want it to be in groups
Code:
LETTER H
PC GAMES
HALF LIFE
XBOX
HALO
the table name is "reviews"
like you see what i mean? the other columns are "review" and etc,
i want it to link to <ahref="viewreview.php?rid=<id>
but, that isnt my problem, its the SQL query. if i use multiple queries, thats all good too (whichi guess will have to be used)
Thanks a ton!