convert to caps
Posted: Mon Jun 14, 2004 12:22 am
i have a variable that I need to convert to caps, for example
$name = john;
i need a function like
$namecaps = caps($name);
the end result should set $namecaps as JOHN
is there such a function, or a way to do what i need?
thanks
$name = john;
i need a function like
$namecaps = caps($name);
the end result should set $namecaps as JOHN
is there such a function, or a way to do what i need?
thanks