async

There are several ways to make a async call with PHP. I will describe in this post how to Asynchronous POST a PHP Array to a php script with cURL making a "fire and forget" call, meaning that we will post the data and we will not wait for a result.