actually i am inserting data into ms-sql database which happens on every 5 seconds ..
thats why i need help so that i can run that script forever even after i close browser and shutdown pc...
my script is located on a web host..under some domain.
I have used
ignore_user_abort(1); // run script in background
set_time_limit(0); and also (-1);
but then also it is running upto 30 to 40 seconds...
I dont know how to do this...
any help regarding to this is appriciated...
thanks in advance.........