Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1003 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 1003 Bytes

Fetch data and display them in a Bootstrap Modal

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

  1. Download the zip file.
  2. Extract it and rename as FetchModal.
  3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
  4. Create a new database called fetch_ajax and select it.
  5. Then import the SQL file included in the project folder called fetch_ajax.sql.
  6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
  7. Now move the FetchModal folder into it.
  8. Type the URL for the project as - "http://localhost/FetchModal".

modal1

modal2