$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
In reply to Re: My username is...
by guha
in thread My username is...
by Petruchio
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |