Skip to content

Files

Latest commit

0e52d15 · Aug 31, 2015

History

History
This branch is 2 commits ahead of, 57 commits behind zingchart/ZingChart-Demos:master.

MySQL - Full Refresh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 31, 2015
Aug 31, 2015
Aug 31, 2015

README.md

PHP > MySQL - Full Refresh

This demo provides you with a template for connecting to your own MySQL database and retrieving new/updated data after a set interval.

Usage

  1. Download or clone this repository.

  2. Navigate to the MySQL - Full Refresh directory.

  3. In db.php, replace the values for $host, $port, $usernm, $passwd, $dbname, and $query with your MySQL instance info and desired query to run.

  4. Upload index.php and db.php to your web server, or add it to a directory within your Document Root directory of a locally running web server (we recommend MAMP!)

  5. Navigate to index.php in your favorite browser.

  6. Pick your jaw up off da floor.