Storing Records Alphabetically

2002-07-25 Thread Mark Gowdy
Hi I am storing a list of titles on a mysql db. Some of the records start with 'The','A' or 'An'. I would like to be able to enter the title in the form 'The Count .' instead of 'Count ..., The' and have the record stored as 'Count ' but displayed as 'The Count ...' when I display it.

Re: Storing Records Alphabetically

2002-07-25 Thread Benjamin Pflugmann
Hi. On Thu 2002-07-25 at 11:24:36 -0400, [EMAIL PROTECTED] wrote: Hi I am storing a list of titles on a mysql db. Some of the records start with 'The','A' or 'An'. I would like to be able to enter the title in the form 'The Count .' instead of 'Count ..., The' and have the record