RE: Local, City, County Sales Tax and Taxes
jgkiefer <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <4c48ad3460ae3c5012dcbea2854c7a55@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=164651#164651 ---------------------------------------------------------------- [quote="ocularmagic"]The function is strtoupper, or strtolower which ever you prefer. Here is the example from php.net: [code] $str = "Mary Had A Little Lamb and She LOVED It So"; $str = strtoupper($str); print $str; # Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO [/code][/quote] How would this get inserted into the code?