Forum Moderators: rogerd
Can someone explain me how I can show all usernames which are non alphabetic?
Example username:!MISTERNICE!
I'm building a community and need this to show all usernames.
I already have this script:
$sql = mysql_query("SELECT * FROM members WHERE username LIKE '$letter%' ORDER BY username DESC");
Kind regards,
K.