%man sh
hints: &, fork()
-----Original Message-----
From: [EMAIL PROTECTED]
To: Svensson, B.A.T. (HKG)
Sent: 10-5-2004 15:34
Subject: How did you realised an asyncron job
Reply-To: [EMAIL PROTECTED]
I am trying to start on LInux an asyncron job.
Here is how I tryed and it didn't worked:
$proces=sprintf('wget '.
'"%sbackground.php?payee=%s&file=%s&type=profile"',
$SITE_BASE, $HTTP_SESSION_VARS['payeeID'],
$file);
$fp=popen($proces, "r");
print "Forking process: $proces";
exit;
Any suggestions?
I would really apreciate the help.
Sabin Posea
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php