2

How can I achieve pure asynchronous behavior while using these:

JQuery/Javascript -> Ajax -> PHP -> CURL and then back to JQuery/Javascript.

Thanks.

Anoop
  • 173
  • 1
  • 1
  • 14
  • Ajax stands for "Asynchronous Javascript and XML". What is really your question? – Leo Dec 13 '15 at 16:43
  • @Leo actually the question is that I am making 5 asynchronous ajax requests to PHP. The PHP makes api calls using cURL requests. Now the thing is that even if a single api call has returned I want to move forward and I am not sure how can I close the cURL handlers if they haven't returned any response. Here is full description - http://stackoverflow.com/questions/34251766/close-any-open-curl-handlers-before-moving-forward – Anoop Dec 13 '15 at 16:58

0 Answers0