[PHP] strlower problem
- Date: Mon, 02 Jun 2008 11:43:20 -0400
- From: Ed Curtis <e_curtis@xxxxxxxxxxxxx>
- Subject: [PHP] strlower problem
I'm converting upper case characters in a string to lower case and am coming up with an empty string.
As I've done a million times before with other non-numerical strings. $thisStr = "CL22"; $strLow = strtolower($thisStr); echo $thisStr; Why does $strLow come up empty? Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Follow-Ups:
- Re: [PHP] strlower problem
- From: Richard Heyes
- Re: [PHP] strlower problem
- Prev by Date: Re: [PHP] saving outside website content via php...
- Next by Date: Re: [PHP] strlower problem
- Previous by thread: [PHP] Avoid object twice
- Next by thread: Re: [PHP] strlower problem
- Index(es):