in reply to My username is...
$user_name = &englify( substr($first_name, 0, 2) . substr($last_name, 0, 2) );
The imaginary englify function maps accented and other foreign characters to the most similar character in the [a-z] character class. ;-]
---You are what you is. -- FZ
|
---|