Hi
On 18 Jul 2005, at 18:59, George B wrote:
Lets say I have a form. And when user types in the form and clicks
go, it shows output.
but.
lets say the person type in
monday
But I want the php code to change it too
MONDAY
how do I do that?
Thanks!
have a look here:
http://ie2.php.net/manual/
George B wrote:
Lets say I have a form. And when user types in the form and clicks go,
it shows output.
but.
lets say the person type in
monday
But I want the php code to change it too
MONDAY
how do I do that?
The manual is your friend.
http://us2.php.net/manual/en/function.strtoupper.php
--
$uppercasestring=strtoupper($originalstring);
- Original Message -
From: "George B" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 18, 2005 6:59 PM
Subject: [PHP] change letter to all caps
> Lets say I have a form. And when user types in the form and clicks go,
>
[snip]
Lets say I have a form. And when user types in the form and clicks go,
it shows output.
but.
lets say the person type in
monday
But I want the php code to change it too
MONDAY
how do I do that?
[/snip]
http://www.php.net/strtoupper
--
PHP General Mailing List (http://www.php.net/)
To unsu
Lets say I have a form. And when user types in the form and clicks go,
it shows output.
but.
lets say the person type in
monday
But I want the php code to change it too
MONDAY
how do I do that?
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
5 matches
Mail list logo