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

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?