| ray_koke wrote: |
makes subject lines all lower-case? Then we will not have to look at the MOST IMPORTANT problems first.
;-)
CHEERS,
Ray (RANT OFF!) |
you serious? ya that would be easy man! there is a fancy dancy php function for that built in
| Code: |
sttolower()
strtolower — Make a string lowercase
Description
string strtolower ( string $str )
Returns string with all alphabetic characters converted to lowercase.
or even fancier
ucfirst()
ucfirst — Make a string's first character uppercase
Description
string ucfirst ( string $str )
Returns a string with the first character of str capitalized, if that character is alphabetic.
$subject=strtolower($subject);
right before the insert action..
|
heh.. or we could just detect that your username wants to see it that way and format it only for you.. like a reality filter :)
then everyone else could all caps and you could live in your own little world <grin>
P.S. its a lower case _z_ :) :)
but really it would take about 5 mins to do if its an issue -- if steveK says yes (the guy who pays for the server) consider it done!