Re: [PHP] executing external php script
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
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 &`;