Possible Duplicate:
Asynchronous HTTP requests in PHP
I want to be able to do a POST or GET request from scriptA.php to scriptB.php. But I don't want scriptA.php to have to wait until scriptB.php is done doing its job. I want to be able to send the request, and don't expect for the result.