This is a simple project depicting a simple use of the Javascript's
XMLHttpRequest function and FETCH API.
This project contains two separate folders:
- xmlhttpreq_func
- fetch_api
This folder houses the logic for performing an ajax request to a PHP file using the native XMLHttpRequest function in javascript.
This folder houses the logic for performing an ajax request to a PHP file using the javascript FETCH API.