Re: [PHP-DB] csv file with mysql

2001-03-12 Thread Phil Driscoll
Looks like your script is hitting max execution time, as has already been pointed out. Rather than increasing the max execution time in php.ini, you can just call set_time_limit(time in seconds, or 0 for no limit) which will increase the execution time for just this script, thereby minimising the

Re: [PHP-DB] csv file with mysql

2001-03-12 Thread Ron Brogden
At 04:05 PM 3/12/2001 -0600, you wrote: >I'm loading a csv text file into a table in a mysql database, however it >seems to just stop after a while if the file is to big. >I'm new with php so any help would be appreciated. PHP scripts will normally have a limited life span set in the server's co