[PHP-DB] Re: MySQL: Alphabetizing title results in library format

2001-11-01 Thread Torrent
I'm new so I could be totally off track here but could you not use the php string manipulation functions in conjunction with strtoupper() to produce the desired result prior to inserting in the db? "Ian Evans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Bac

Re: [PHP-DB] What's wrong with my function? :(

2001-10-31 Thread Torrent
they > > work, but as soon as I replace them with the function name > > they don't? > > > > Appreciate any help. > > torrent > > > > Here's the code... > > Your variable is not in scope. Either pass your variable as a > reference in t