upper and ucase

2001-03-11 Thread Hoo Kok Mun
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

Re: upper and ucase

2001-03-11 Thread Maes Jean-Claude
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

Re: upper and ucase

2001-03-11 Thread Hoo Kok Mun
day, 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 &

Re: upper and ucase

2001-03-11 Thread Bob Hall
. Bob Hall 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 u