Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 499 Bytes

README.MD

File metadata and controls

23 lines (14 loc) · 499 Bytes

README


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

xmlhttpreq_func


This folder houses the logic for performing an ajax request to a PHP file using the native XMLHttpRequest function in javascript.

fetch_api


This folder houses the logic for performing an ajax request to a PHP file using the javascript FETCH API.