/async-php

A simple method to call a php file in an async method on server side

Primary LanguagePHP

async-php

A simple method to call a php file in an async method on server side

Assumptions:

  1. File Called - file_called.php
  2. Calling File - usage.php
  3. Main function - index.php

The whole point of having this script is to call a file on server from server asynchronously.