Any help is appreciated, thanky
converting to upper case?
Moderator: General Moderators
-
DynamiteHost
- Forum Commoner
- Posts: 69
- Joined: Sat Aug 10, 2002 5:33 pm
converting to upper case?
how would I convert $var to upper case?
Any help is appreciated, thanky
Any help is appreciated, thanky
Code: Select all
$upString = strtoupper($oldstring);-
DynamiteHost
- Forum Commoner
- Posts: 69
- Joined: Sat Aug 10, 2002 5:33 pm