Re: [PHP] text imports

2001-08-07 Thread Wagner Tomy
Developer Editus S.A. - Original Message - From: Karl Phillipson To: 'Wagner Tomy' ; [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 1:16 PM Subject: RE: [PHP] text imports So if this is the way to do it in SQL, is there a way to get rid of the pipe linefeeds using SQL too?

RE: [PHP] text imports

2001-08-07 Thread Karl Phillipson
2001 12:06 To: Karl Phillipson; [EMAIL PROTECTED] Subject: Re: [PHP] text imports ah k, yes that's the way to do it in SQL ;p Tomy Wagner Web Developer Editus S.A. - Original Message - From: "Karl Phillipson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tue

Re: [PHP] text imports

2001-08-07 Thread Wagner Tomy
ah k, yes that's the way to do it in SQL ;p Tomy Wagner Web Developer Editus S.A. - Original Message - From: "Karl Phillipson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 1:08 PM Subject: RE: [PHP] text imports > Yup, th

RE: [PHP] text imports

2001-08-07 Thread Karl Phillipson
To: Karl Phillipson; 'Alexander Wagner'; MindHunter; [EMAIL PROTECTED] Subject: Re: [PHP] text imports http://www.php.net/manual/en/function.chop.php Returns the argument string without trailing whitespace, including newlines Wagner Tomy Web Developer Editus S.A. - Original Messag

Re: [PHP] text imports

2001-08-07 Thread Wagner Tomy
ot; <[EMAIL PROTECTED]>; "MindHunter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 12:53 PM Subject: [PHP] text imports > Hi, > > I have been given a (notepad generated) text file which contains a list of > countries in a format such

[PHP] text imports

2001-08-07 Thread Karl Phillipson
Hi, I have been given a (notepad generated) text file which contains a list of countries in a format such as: United Kingdom, United States, Blah, Blah, Blah, I have imported the data into a countries table in a mySQL database using the excellent 'mysqlfront' prog. No probs on the import itsel