Is there a way to control php aplications by time? for example if some part of a For loops takes more than 10 seconds continue with the next number of the loop.
i have to extract data from about 900 pages and I need a system that tryes a max of 10 seconds per url and if it cannot get results in that time then continue with the next url. Help will be very apreciated!