contra10 Posted January 19, 2009 Share Posted January 19, 2009 i want to create a dynamic calander that shows events for a user...the user can add their events to the dynamic calander...I just need to know how should i start in regards to the mysql table and the scripting behind it Link to comment https://forums.phpfreaks.com/topic/141516-creating-dynamic-calanders/ Share on other sites More sharing options...
MadTechie Posted January 20, 2009 Share Posted January 20, 2009 the "Application Design" section maybe a better section for this.. I would probably work on getting a event management system done first, allowing the user to show selected week/month etc. So a table called Events with 5 fields EventID, UserID, EventText, StartTimestamp, EndTimestamp Get it working with a single user then two users.. etc the rest is basically GUI and SQL Kinda a quick overview but I hope it helps Link to comment https://forums.phpfreaks.com/topic/141516-creating-dynamic-calanders/#findComment-740819 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.