PHP Driven Percentage Bar Example



 
You can use this grid to update percentages, ajax will refresh the bars.
 
 

PHP Driven Percentage Bar Code

MySQL Table, used for example.

CREATE TABLE IF NOT EXISTS `percent` (
`per_id` int(11) NOT NULL auto_increment,
`per_num` varchar(255) NOT NULL,
PRIMARY KEY (`per_id`)
) ENGINE=InnoDB;



Download, contains images, css, php: percentage_bar.zip