paulman888888 Posted November 27, 2008 Share Posted November 27, 2008 Hello again my amazing friends. I been looking for a calendar script but i have yet to find the one for me! I am looking for a PHP calendar that i can add things to. Eg; Fetch data from MySql Show the Calendar Add extra things to the calendar when needed. I no this needs alot of loops but as you can now guess. I dont no how to go about this. Is there a very simple script out there for me, (Please dont say the one's with loads of features, i WANT TO LEARN how it works) Thankyou All in advacne Paul Link to comment https://forums.phpfreaks.com/topic/134542-solved-calendar-question/ Share on other sites More sharing options...
rhodesa Posted November 27, 2008 Share Posted November 27, 2008 Calendar scripts are difficult on the backend. There needs to be a good interface for adding events, so most calendar scripts are modules that add on to an existing content management system. If you are looking for the easiest way to do a calendar, I would go with Google Calendar. Create a Google Account (if you don't have one already), go to the calendar, add a new calendar, and add stuff to it. Then, go to the settings for the calendar and there is a code snippet you can copy/paste into your site. Link to comment https://forums.phpfreaks.com/topic/134542-solved-calendar-question/#findComment-700551 Share on other sites More sharing options...
revraz Posted November 27, 2008 Share Posted November 27, 2008 What I did was I searched and found a basic HTML calendar code. From there I built my own MySQL code to interface to it and just loaded events as the calendar was built on the page. The adding events is the easy part, you just insert data into the DB. Link to comment https://forums.phpfreaks.com/topic/134542-solved-calendar-question/#findComment-700606 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.