Skip to content

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

Notifications You must be signed in to change notification settings

zingchart-demos/php-mysql-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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. In db.php, replace the values for $host, $port, $usernm, $passwd, $dbname, and $query with your MySQL instance info and desired query to run.

  3. 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!)

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

  5. Pick your jaw up off da floor.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages