[snip]
When I use include, my script is waiting included script results. But I
just
want to run another local script without wait result.
[/snip]

you could try something like this

$cmd =/path/to/php.exe . ' ' . /path/to/your/script
exec($cmd);


check out http://www.php.net/manual/en/function.exec.php , there is
some useful user comments

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to