Re: [PHP-DB] Converting upper case letters to lower case because of db??

2002-02-07 Thread Jason Wong
On Friday 08 February 2002 00:14, Raquel Rice wrote: > On Thu, 7 Feb 2002 17:07:35 +0100 > > Andy "Andy" <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > I have a tabel with 250 entries showing a country code lik "CA" > > > > Now my application does not work on linux, because they have to be > > i

RE: [PHP-DB] Converting upper case letters to lower case because of db??

2002-02-07 Thread JD Daniels
strtolower() -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Converting upper case letters to lower case because of db?? Hi there, I have a tabel with 250 entries showing a country code lik &qu

Re: [PHP-DB] Converting upper case letters to lower case because of db??

2002-02-07 Thread Raquel Rice
On Thu, 7 Feb 2002 17:07:35 +0100 Andy "Andy" <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a tabel with 250 entries showing a country code lik "CA" > > Now my application does not work on linux, because they have to be > in lower > case. > > Can I make anyhow an bufix, or even better crea

[PHP-DB] Converting upper case letters to lower case because of db??

2002-02-07 Thread Andy
Hi there, I have a tabel with 250 entries showing a country code lik "CA" Now my application does not work on linux, because they have to be in lower case. Can I make anyhow an bufix, or even better creating a php function to change all 250 entries to lower case. I could not find the propper f