Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 317 Bytes

sakila-search-bar

Serach bar functionality on the Sakila database

This is a project that utilises Ajax to send GET requests to the server, and get the JSON response back, to be displayed in a web page. This project uses PHP and mostly JavaScript for the client side. However; jQuery was used to send the requests.