I have made a site which desplays sites which i put in, and they are sorted in alphabetical order... So far i have evrything working appart from the numbers and symbols. I already have the code like this:
mysql_query('SELECT * from sites where username like "a%"',$db)
mysql_query('SELECT * from sites where username like "b%"',$db)
mysql_query('SELECT * from sites where username like "c%"',$db)
and so on... but how can i use this to desplay all numbers and symbols like @'s and $'s and 1's 2's and so on?