I have this following problem with MySQL & PHP.
Error
SQL-query:
SELECT lname, fname FROM players ORDER BY lname, fname ASC LIMIT 0,10
MySQL said:
This was printed out from phpMyAdmin when I tried to do the query. I was wanted to print out a table with names sorted by last name, and then by first name.
Somehow it's not working. Can you help me?