Used technologies : Codeigniter as the PHP framework, Ajax, jQuery, MYSQL and Bootstrap as CSS framework for styling the pages.
Application that displays fetched data from database in a Bootstrap modal component
- Download the zip file.
- Extract it and rename as FetchModal.
- Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
- Create a new database called fetch_ajax and select it.
- Then import the SQL file included in the project folder called fetch_ajax.sql.
- Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
- Now move the FetchModal folder into it.
- Type the URL for the project as - "http://localhost/FetchModal".