Re: [PHP] Forcing Case

2001-04-14 Thread Brian Clark
Hi James, @ 6:44:08 AM on 4/14/2001, James Moore wrote: ... > http://www.php.net/manual/en/function.strtoupper.php > http://www.php.net/manual/en/function.strtolower.php > http://www.php.net/manual/en/function.ucfirst.php Another extremely useful one is ucwords() http://www.php.net/manual/en/f

Re: [PHP] Forcing Case

2001-04-14 Thread Christian Reiniger
On Saturday 14 April 2001 09:15, you wrote: > Is there any way to force case...like if I have a string and want it to > appear in all lowercase (or uppercase, God forbid)? http://www.php.net/strtolower -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) ...10001000110101011010101101

RE: [PHP] Forcing Case

2001-04-14 Thread James Moore
RTFM: http://www.php.net/manual/en/function.strtoupper.php http://www.php.net/manual/en/function.strtolower.php http://www.php.net/manual/en/function.ucfirst.php - James > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: 14 April 2001 08:16 > To: [EMAIL PROTECTE