I've a script that must "launch" an other script on some situations.
firstscript.php :
....
If ($newarticle)
//launch secondscript.ph p
....
The "secondscript.p hp" may take quite long, and is not necessary in
"firstscript.ph p" to wait until it's finished. So how to launch
secondscipt.php and continue the script, without waiting it to finish.
Thanks
Bob
firstscript.php :
....
If ($newarticle)
//launch secondscript.ph p
....
The "secondscript.p hp" may take quite long, and is not necessary in
"firstscript.ph p" to wait until it's finished. So how to launch
secondscipt.php and continue the script, without waiting it to finish.
Thanks
Bob
Comment