How to launch a php from inside another, not waiting for it
Posted: Mon May 24, 2010 9:07 am
Hi all.
I need to launch a php update script
from within another one (main)
but I need the main.php not to stop waiting for the update.php to finish its task,
so I can't use "INCLUDE" command.
Any suggestion?
Paolo
I need to launch a php update script
from within another one (main)
but I need the main.php not to stop waiting for the update.php to finish its task,
so I can't use "INCLUDE" command.
Any suggestion?
Paolo