> Thanks Jason, that is a pretty good idea. Any idea how well > PHP handles large ammounts of data like that? There'll be about > 25,000 lines in every excel file, and they come in groups of 5 or 6.
I've rigged up an import script for similar functions before, it seems to run ok... it really depends on the specs of the server you're running it on. If you notice slowness, consider raising the timeout by X seconds per Y lines, then you can judge the size of the incoming file and change how long PHP gets to run. J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php