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
  • tanas@ing.com.au

    #1

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

    #2
    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


    Comment

    • Tino@sdf.com

      #3
      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]

      Comment

      • Guest's Avatar

        #4
        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()



        Comment

        Working...