I want to start a php page from another php page as a background process.
Use:
$ command = 'php somefile.php '; Pclose (popen ($ command, 'r'));
It launches somefile.php
as the background process.
I want to start a php page from another php page as a background process.
Use:
$ command = 'php somefile.php '; Pclose (popen ($ command, 'r'));
It launches somefile.php
as the background process.
Comments
Post a Comment