is it possible to have a php script execute another script to run in the background, so that the user can keep doing the maintenance?
for example, say you have a HUGE database to search through, and you want to change something, so you have an update statement. now, i want to start that update statement, then have the script keep going, not wait for that to finnish...
it would be nice to execute another script, so that they two could interact, and the user could get some sort of response whenever it's done...
thanks.