aaronrb Posted October 30, 2006 Share Posted October 30, 2006 hi Guys, Looking for a litttle bit of help. I run a martial arts club, and all of my members infor is stored in a php membership system which i have created. However i would like it to have a feature of classs reigsters, to save on printing costs.basically the idea i have is for PHP to find the dates of Every Tuesday and THursday in the current month. and print these in a table view.underneath each date for each person i would like to have a check box.here is an example of the sort of this i am looking for: [color=red][b]http://www.berkshiretkd.co.uk/registerExample.htm[/b][/color]Thank you in advance for any helpRegardsAaron Quote Link to comment https://forums.phpfreaks.com/topic/25571-class-register/ Share on other sites More sharing options...
HuggieBear Posted October 30, 2006 Share Posted October 30, 2006 Like a digital attendance sheet?RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/25571-class-register/#findComment-116686 Share on other sites More sharing options...
aaronrb Posted October 31, 2006 Author Share Posted October 31, 2006 yes.. just like that.. any help available? thanks Quote Link to comment https://forums.phpfreaks.com/topic/25571-class-register/#findComment-117214 Share on other sites More sharing options...
HuggieBear Posted November 6, 2006 Share Posted November 6, 2006 Although a slightly different approach to what you have there, I'd create maybe an event calendar, like the one in the tutorial that Obs wrote recently [url=http://www.phpfreaks.com/tutorials/144/0.php]here @ PHPFreaks[/url] as my starting point (You'll need a few code tweaks as the code doesn't work out of the box, there's a few typos in there).Then add events for each of your classes, finally tie in a users table to allow for entry of attendees.Using the event calendar tutorial with a little bit of code tweaking and style sheets, I came up with the following:http://dizzie.co.uk/calendar (Yellow shows the current day, Purple shows days with events on).Then I added a few additional tables, and voila!RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/25571-class-register/#findComment-120254 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.