Re: [PHP] executing external php script

2011-03-03 Thread tedd
At 5:14 PM +0900 3/2/11, ƒAƒ-ƒxƒ-ƒg wrote: hi! what I want to do is execute php script and don't wait for output. found something like this - > /dev/null 2>&1 &`; ?> text --

Re: [PHP] executing external php script

2011-03-02 Thread Alex
The exec function should help you there -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. "ƒAƒ‹ƒxƒ‹ƒg" wrote: hi! what I want to do is execute php script and don't wait for output. found something like this_ > /dev/null 2>&1 &`;

[PHP] executing external php script

2011-03-02 Thread ƒAƒ‹ƒxƒ‹ƒg
hi! what I want to do is execute php script and don't wait for output. found something like this - > /dev/null 2>&1 &`; ?> text - it works but I 'm curious about php synt