Good Evening, I have a working knowledge or HTML/CSS and right now I am learning/reading about PHP. Currently I am looking to build a website around an events calendar, let me explain more. A user would log onto the site, submit a form (with an event), this would then be added to a calendar as well a new page for the event details. The calendar would be fully visible to an visitor to the site. I would also like the ability to add a ticker on the homepage with the latest events added. How complicated is this to implement? And what are the basic requirements? I hope this makes sense. Thanks, Cain
You could use php/mysql to create store modify and display the events, you could use php and javascript to display a ticker of the events, not to difficult, but definatly a good challange for someone new to php. I have done similar scripts before if you need any help suggestions your requirement: php - manipulate event data mysql - store events javascript - display ticker maybe a date picker to make date selection a little simpler