Search found 1 match

by akshayhomkar
Wed Jan 15, 2014 11:11 am
Forum: PHP - Code
Topic: Pivot Table or Cross Tab in PHP using MYSQL for attendance
Replies: 4
Views: 4618

Pivot Table or Cross Tab in PHP using MYSQL for attendance

Hello I want to create attendance sheet on which date are printed as column and name of student/staff as column database is as shown CREATE TABLE IF NOT EXISTS `attendance` ( `date` varchar(500) DEFAULT NULL, `time` varchar(1000) DEFAULT NULL, `staffname` varchar(1000) DEFAULT NULL, `id` int(11) DEF...