https://github.com/salithaucsc/fetchdata-with-jquery-ajax-php
This is a simple application developed to show how to fecth database records with a button click without refreshing the web page.
https://github.com/salithaucsc/fetchdata-with-jquery-ajax-php
ajax codeigniter jquery mysql php
Last synced: about 1 month ago
JSON representation
This is a simple application developed to show how to fecth database records with a button click without refreshing the web page.
- Host: GitHub
- URL: https://github.com/salithaucsc/fetchdata-with-jquery-ajax-php
- Owner: SalithaUCSC
- License: mit
- Created: 2018-01-22T04:14:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T07:32:47.000Z (over 7 years ago)
- Last Synced: 2025-01-28T05:43:59.440Z (3 months ago)
- Topics: ajax, codeigniter, jquery, mysql, php
- Language: PHP
- Homepage: https://salitha94.blogspot.com/2018/01/get-data-from-database-and-display-without-page-refresh.html
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# Fetch Data using jQuery, Ajax and PHP
## This is a simple application developed to show how to fetch database records with a button click without refreshing the web page.
### Used technologies : Codeigniter as the PHP framework, Ajax, jQuery, MYSQL and Bootstrap as CSS framework for styling the pages.1. Download the zip file.
2. Extract it and rename as **FetchAjax**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called cruddb 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 **FetchAjax** folder into it.
8. Type the URL for the project as - "http://localhost/FetchAjax".

