ECTED]]
Sent: 07 September 2002 02:29
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Calling PHP script with Exec
Hello PHPWinGroup!
I am writing a php script that will need to call via exec() a 2nd php script
to run in the background. (OS: linux)
I am thinking it would look something like this:
ex
Hello PHPWinGroup!
I am writing a php script that will need to call via exec() a 2nd php script
to run in the background. (OS: linux)
I am thinking it would look something like this:
exec("php script2.php $param > /dev/null &");
I haven't actually attempted this yet. Was just hoping for a co