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 Quote Link to comment 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 Quote Link to comment 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.