Thanks Maes,

It works like a charm.

At 12:14 PM 11-03-01 +0100, Maes Jean-Claude wrote:
>Funtion name is strtoupper()
>
>See PHP4 manual, function reference, string functions.
>
>Regards
>
>JC
>
>----- Original Message -----
>From: "Hoo Kok Mun" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Sunday, March 11, 2001 11:00 AM
>Subject: upper and ucase
>
>
> > Hi,
> >
> > I am using mysql-3.22.32 with php4.
> >
> > I have a little problem with the uppercase.
> > I wanted to display a user input field in CAPS.
> >
> > This is what I did and it did not work.
> > $userfield = upper('$userfield');
> > echo "User Field - $userfield";
> >
> > Errors (tried both ucase and upper)
> > Call to undefined function: upper()
> > Call to undefined function: ucase()
> >
> > Really appreciate any help that I can get.
> >
> > ***************************************************************
> > "Don't be afraid to ask dumb questions, they are a lot easier to
> >   handle than dumb mistakes."
> > Email     : [EMAIL PROTECTED]
> > Home Page : http://www.familyhoo.net
> > ***************************************************************
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
><[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >

***************************************************************
"Don't be afraid to ask dumb questions, they are a lot easier to
  handle than dumb mistakes."
Email     : [EMAIL PROTECTED]
Home Page : http://www.familyhoo.net
***************************************************************


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to