On Wed, Feb 9, 2011 at 8:03 PM, Tolas Anon <[email protected]> wrote: > checking the popen() manual pages now, i called if fopen() earlier but > it's popen() that can launch a background windows process and let the > php script run further >
the docs are a bit sparse, but it seems it _can_ be done. http://php.net/manual/en/function.popen.php#95767 ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
