converting to upper case?
Posted: Sun Nov 03, 2002 6:31 am
how would I convert $var to upper case?
Any help is appreciated, thanky
Any help is appreciated, thanky
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$upString = strtoupper($oldstring);