Re: Is there a way to convert lower case text to upper case text in PHP?
<tanas@ing.com. au> wrote in message
news:3fd7fb82.2 9806940@news.cl ari.net.au...[color=blue]
> Is there a way to convert lower case text to upper case text in PHP?[/color]
See the PHP page for strtoupper:
<http://us3.php.net/manual/en/function.strtou pper.php>
Re: Is there a way to convert lower case text to upper case text in PHP?
On Wed, 10 Dec 2003 23:33:11 -0600, "Christophe r Finke"
<christopherfin ke@hotmail.usen et.com> wrote:
[color=blue]
><tanas@ing.com .au> wrote in message
>news:3fd7fb82. 29806940@news.c lari.net.au...[color=green]
>> Is there a way to convert lower case text to upper case text in PHP?[/color]
>
>See the PHP page for strtoupper:
><http://us3.php.net/manual/en/function.strtou pper.php>
>
>Christopher Finke
>
>[/color]
Re: Is there a way to convert lower case text to upper case text in PHP?
<tanas@ing.com. au> wrote in message
news:3fd7fb82.2 9806940@news.cl ari.net.au...[color=blue]
> Is there a way to convert lower case text to upper case text in PHP?[/color]
Comment