Using Search Engines in Parallel

Oh snap!

Since I first wrote this code a decade ago, the search engines have decided to close off access to their APIs, so this code stopped working.

It's too bad, since the backend PHP function utilizes the curl-multi feature to make multiple API calls in parallel.

See the code here.

With this form you can submit a search to either Google or Bing or both. If you use both, the searches are submitted in parallel so that the results come back simultaneously.