Re: [PHP] DB INSERT & CRON

2005-03-03 Thread Richard Lynch
Devraj Mukherjee wrote: > Depending on the urgency of the data being transported into the database > from the XML file, you could even run a server process that will wait > for a new file to be added to a nominated directory and add the data to > the database. > > As far as I know you could possibl

Re: [PHP] DB INSERT & CRON

2005-03-03 Thread Devraj Mukherjee
Hi Shaun, Depending on the urgency of the data being transported into the database from the XML file, you could even run a server process that will wait for a new file to be added to a nominated directory and add the data to the database. As far as I know you could possibly use the PHP engine t

[PHP] DB INSERT & CRON

2005-03-03 Thread Shaun
Hi, I have a web based system that allows users to upload XML files and insert them into the database, however some of these files are large and are causing the webserver to timeout. Is it possible to create a cron job that can insert the xml files say every hour, then the users of the site would

[PHP] DB INSERT & CRON

2005-03-03 Thread Shaun
Hi, I have a web based system that allows users to upload XML files and insert them into the database, however some of these files are large and are causing the webserver to timeout. Is it possible to create a cron job that can insert the xml files say every hour, then the users of the site wo