Uppercase Words

Status
Not open for further replies.
7 comments
Depends on which data variable you want to uppercase. Tell us the variable used to displaying those certain words.

PHP:
<?php
echo strtoupper($string);
?>
 
@bjskid: no, if he has some text and wants to capitalize certain words in it, CSS alone won't be enough, only if he already has some sort of markup around those words. Else he needs a scripting language, like JS or PHP to find the words.
 
@bjskid: no, if he has some text and wants to capitalize certain words in it, CSS alone won't be enough, only if he already has some sort of markup around those words. Else he needs a scripting language, like JS or PHP to find the words.

Yes, I know that. But I was just giving him another alternative.
 
Status
Not open for further replies.
Back
Top