Kay1021 Posted May 28, 2009 Share Posted May 28, 2009 I was wondering if anyone knew of any tutorials or the best way to go about this. I am trying to create a checklist like below TASK | CHECK | DATE | COMMENT ---------------------------------------------------------------------------------------------------- Clean bathroom | | | ---------------------------------------------------------------------------------------------------- Wash dog | NO | 29/12/08 | Dog unavailable ---------------------------------------------------------------------------------------------------- Sweep Floors | YES | 01/04/09 | No problems ---------------------------------------------------------------------------------------------------- Wash Windows | YES | 11/05/09 | Window broke The tasks will already be listed...and the other information will be determined by the user. I'm just wondering if you have to make it so there is an update button at the end of each row or if one for the whole thing is smart....or if there was easy way. thanks Link to comment https://forums.phpfreaks.com/topic/160041-checklist-form/ Share on other sites More sharing options...
BobcatM Posted May 28, 2009 Share Posted May 28, 2009 Just create a regular form, and pull the data from a database. Then just have a single update button at the bottom. Link to comment https://forums.phpfreaks.com/topic/160041-checklist-form/#findComment-844275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.