I am running a HUGE set of MySQL Inserts on my clients system.
I have utilized
ini_set('max_execution_time', '3600')
to set the timeout at 1 hour. I am sure this is a little excessive but...
My question is this. I have an offset of 300 for the page that then uses the
header("Location: hXXp://site.com/page.php?offset=###")
If the ini_set is called each time the page reloads will it reset the count on the time?