RE: [PHP-DB] Splitting a CSV file

2003-11-25 Thread Ryan Jameson (USA)
a browser? Ryan -Original Message- From: Matt Babineau [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 2:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Splitting a CSV file Chris, If you are on a Redhat machine, you could try running a CLI command on this. Try looking up

Re: [PHP-DB] Splitting a CSV file

2003-11-25 Thread Tiberiu Ardeleanu
); === (fgetcsv returns an array containing the fields read.) Tiberiu - Original Message - From: Chris Payne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 1:14 AM Subject: [PHP-DB] Splitting a CSV file Hi there everyone, I'm writing an automation system

Re: [PHP-DB] Splitting a CSV file

2003-11-25 Thread Ignatius Reilly
_ - Original Message - From: Chris Payne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 18:54 Subject: Re: [PHP-DB] Splitting a CSV file Hi there, I did a test on my local machine, set the upload limit for PHP to 50Megs for forms (WAAA more

Re: [PHP-DB] Splitting a CSV file

2003-11-25 Thread Chris Payne
18:54 Subject: Re: [PHP-DB] Splitting a CSV file Hi there, I did a test on my local machine, set the upload limit for PHP to 50Megs for forms (WAAA more than I need, but then atleast I know that isn't the problem). Then, I select the file through my web form, put

Re: [PHP-DB] Splitting a CSV file

2003-11-25 Thread David T-G
Chris, et al -- ...and then Chris Payne said... % % Hey there, Hiya! % % I just want to thank everyone for their time and help, you've all been so % valuable and solved my problems :-) I needed the hidden max_file_size bit Glad to hear it, and sorry it took me so long to get here. There's

[PHP-DB] Splitting a CSV file

2003-11-24 Thread Chris Payne
Hi there everyone, I'm writing an automation system to automatically insert data into a mysql database from a CSV file, and it works great - until I try to insert a large file, then it just doesn't do anything. I've set my PHP filesize to 10 Megs so that's not the issue, and a server timeout

Re: [PHP-DB] Splitting a CSV file

2003-11-24 Thread Matt Babineau
Chris, If you are on a Redhat machine, you could try running a CLI command on this. Try looking up the 'split' command, it may solve your problem if you combine it with some PHP. -Matt On Mon, 2003-11-24 at 19:14, Chris Payne wrote: Hi there everyone, I'm writing an automation system to