rnb_cassanova Posted January 16, 2008 Share Posted January 16, 2008 Hi Everyone, New to this, so a hello to everyone to start with. My problem at the moment is im after a PHP Calendar, one in which you can store notes on the day applicable. I really don't know where to start. Any advice would be appreciated. Cheers Lads Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/ Share on other sites More sharing options...
adam291086 Posted January 16, 2008 Share Posted January 16, 2008 Are these note coming from a database? Do you have any knowledge of php and mysql? Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/#findComment-440739 Share on other sites More sharing options...
rnb_cassanova Posted January 16, 2008 Author Share Posted January 16, 2008 Yeah, they will be read/written from MySql, and embedded in PHP. Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/#findComment-440779 Share on other sites More sharing options...
adam291086 Posted January 16, 2008 Share Posted January 16, 2008 Well what i suggest you do is; a) create a calendar script first, learn how it works. There are loads of tutorials out there b) Then you will need to connect to a database and compare the date with the note date. If it matches then echo it out along with date c) work out how to display multiple notes for one day. I have create a script similar to your needs. I couldn't find any good tutorial on this, but there are loads of basic calendar ones. Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/#findComment-440782 Share on other sites More sharing options...
dooper3 Posted January 16, 2008 Share Posted January 16, 2008 I agree with adam, rather than find a script ready made, learn about it by making your own. Research the use of mktime(), time() and date() functions and it's pretty straightforward from there. Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/#findComment-440783 Share on other sites More sharing options...
grimmier Posted January 16, 2008 Share Posted January 16, 2008 there is a nice open source project http://www.k5n.us/webcalendar.php Link to comment https://forums.phpfreaks.com/topic/86281-interactive-calendar/#findComment-440967 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.