Re: [PHP] strlower problem
- Date: Tue, 03 Jun 2008 02:44:12 +0930
- From: Michael Kubler <greyphoenixproductions@xxxxxxxxx>
- Subject: Re: [PHP] strlower problem
Does :
/echo strtolower("CL22");/
work?
You could also try :
/var_dump($strLow);
/
Ed Curtis wrote:
Richard Heyes wrote:Ed Curtis wrote: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?My mistake. I meant to type echo $strLow; not echo $thisStr; in my post.
- Follow-Ups:
- Re: [PHP] strlower problem
- From: Ed Curtis
- Re: [PHP] strlower problem
- References:
- [PHP] strlower problem
- From: Ed Curtis
- Re: [PHP] strlower problem
- From: Richard Heyes
- Re: [PHP] strlower problem
- From: Ed Curtis
- [PHP] strlower problem
- Prev by Date: Re: [PHP] strlower problem
- Next by Date: Re: [PHP] strlower problem
- Previous by thread: Re: [PHP] strlower problem
- Next by thread: Re: [PHP] strlower problem
- Index(es):