Originally posted by Ghetto888
View Post
PHP Code:
// first you need to find the first character
$string = ".$uid.";
$first = $string{0};
// then you change it to uppercase mate...
$first = strtoupper($first);
Or just post your registration code here....
Comment