RE: [PHP] Makeing $string into CAPS

2002-03-07 Thread Coggeshall, John


$str = strtoupper($str);

John

-Original Message-
From: Philip J. Newman [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 06, 2002 4:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Makeing $string into CAPS 


How can I make a $string = hello  into $string = HELLO?

Philip J. Newman
PhilipNZ :: Design Solutions
http://www.philipnz.com/
[EMAIL PROTECTED]
ICQ# 20482482
+64 25 6144012

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Makeing $string into CAPS

2002-03-06 Thread Philip J. Newman

How can I make a $string = hello  into $string = HELLO?

Philip J. Newman
PhilipNZ :: Design Solutions
http://www.philipnz.com/
[EMAIL PROTECTED]
ICQ# 20482482
+64 25 6144012



Re: [PHP] Makeing $string into CAPS

2002-03-06 Thread Jason Lotito

-- Original Message 
From: Philip J. Newman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 06, 2002 4:18 PM
Subject: [PHP] Makeing $string into CAPS 


How can I make a $string = hello  into $string = HELLO?
-

http://www.php.net/manual/en/function.strtoupper.php

Jason Lotito
Programmer  Developer
Clockmedia Inc.
Designing Tomorrow's Games, Today!
1-877-625-6256
514-908-2800
Fax: 514-908-2803




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php