Search found 2 matches

by avix
Mon Jan 24, 2011 11:21 am
Forum: PHP - Code
Topic: Execute file in server after window is closed
Replies: 3
Views: 427

Execute file in server after window is closed

I have made a php script which will take 4-5 hours to run completely so instead of running that file from browser if we could run it on server like a back-end process .so if it's posiible how we can do this.
by avix
Sun Jan 23, 2011 10:37 am
Forum: PHP - Code
Topic: TIME LIMIT
Replies: 1
Views: 136

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 s...