Is there a way to convert lower case text to upper case text in PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts

  • Guest's Avatar
    Guest replied
    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]

    strtoupper()



    Leave a comment:


  • Tino@sdf.com
    Guest replied
    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]

    Leave a comment:


  • Christopher Finke
    Guest replied
    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>

    Christopher Finke


    Leave a comment:


  • Is there a way to convert lower case text to upper case text in PHP?

    Is there a way to convert lower case text to upper case text in PHP?

    Any help would be appreciated.

    Thanks
Working...