Re: [PHP-DB] ABC listings

2002-01-07 Thread DL Neil
> >I would like to set up one of those " A B C D E F " page listings. How do > >i query the database to grab the first letter from each entrey. > > Barry try something such as > > select info from mytab > where name like "$ltr%"; Barry, What you have asked for ("from each entrey" [sic]) is:

Re: [PHP-DB] ABC listings

2002-01-07 Thread Kodrik
On Monday 07 January 2002 04:48 am, Barry Rumsey wrote: > One last question for tonight as I have been given alot of help from this > group to keep me going for awhile. > > I would like to set up one of those " A B C D E F " page listings. How do i > query the database to grab the first letter fro

Re: [PHP-DB] ABC listings

2002-01-07 Thread Marty Landman
At 01:48 AM 1/8/02 +1300, Barry Rumsey wrote: >I would like to set up one of those " A B C D E F " page listings. How do >i query the database to grab the first letter from each entrey. Barry try something such as select info from mytab where name like "$ltr%"; Marty Website Creation Made S