I have a php page that is doing a LOT. It runs for almost 2 or 3 minutes then times out without finishing. I set up a cron job to call the page and it does not finish there either. I am using it to pull information from a site that I am selling though an affiliate program. It is going in a reading several pages from that site and pulling out several hundred items for sell and placing them on my site. Actually, saving them in a database and my site pulls them from there.
Is there a way to keep it from timing out? I'm assuming that is what it is doing since it will not finish. If I skip the first portion, it will continue further down that before. The more I skip, the closer it will come to finishing.
Is there a way to keep it from timing out? I'm assuming that is what it is doing since it will not finish. If I skip the first portion, it will continue further down that before. The more I skip, the closer it will come to finishing.