TIME LIMIT
Moderator: General Moderators
TIME LIMIT
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 ??
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: TIME LIMIT
Code: Select all
set_time_limit(0);