i know how to view things in a mysql table but how do i sort them in alphabetical order?
nevermind i got it
Use "ORDER BY" say you wanted to sort by a field called name:
select * from table order by name