Page 1 of 1

TIME LIMIT

Posted: Sun Jan 23, 2011 10:37 am
by avix
I am basically running a php script which is inserting some data in database but the data which this script will insert into the databse will take more than 1 hr and as you know 300 sec is the time limit for a query to run so i am basically running out of time.So,please suggest me how can run this script ??

Re: TIME LIMIT

Posted: Sun Jan 23, 2011 11:01 am
by John Cartwright

Code: Select all

set_time_limit(0);