Re: [PHP] Changing case

2003-11-12 Thread David Otton
On Wed, 12 Nov 2003 11:29:10 -0500, you wrote: >I have a form that allows for an item to be entered, the other pieces >have been fixed so far that were bogging me down, but now I am looking >for a way to convert any entry in the form to be UPPER case so that when >the quote is listed, they are alp

Re: [PHP] Changing case

2003-11-12 Thread CPT John W. Holmes
From: "Robert Sossomon" <[EMAIL PROTECTED]> > I have a form that allows for an item to be entered, the other pieces > have been fixed so far that were bogging me down, but now I am looking > for a way to convert any entry in the form to be UPPER case so that when > the quote is listed, they are al

RE: [PHP] Changing case

2003-11-12 Thread Jay Blanchard
[snip] The problem is if someone enters aa-1234 and the other items in the quote are FF-2345 and QQ-3456 then the aa-1234 is UNDER them, instead of on top. [/snip] http://www.php.net/strtoupper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Changing case

2003-11-12 Thread Robert Sossomon
I have a form that allows for an item to be entered, the other pieces have been fixed so far that were bogging me down, but now I am looking for a way to convert any entry in the form to be UPPER case so that when the quote is listed, they are alphabetical. The problem is if someone enters aa-12