cturner Posted September 4, 2007 Share Posted September 4, 2007 I am wondering someone could please tell me how I can create a calendar? The way this one looks. I am wanting to highlight dates that are in a database. Using php, mysql and Javascript to build it. I don't want someone to build the calendar for me. I want someone to either guide me or show me one that already built. This is driving me nuts. All help will be appreciated. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/67853-calendar-help-needed/ Share on other sites More sharing options...
vijayfreaks Posted September 4, 2007 Share Posted September 4, 2007 Hi.. For this why you want to go to database with the help of date() function only you can do this.. see its all parameter and use it in proper manner.. you will surely get it.. Regards, vijay Quote Link to comment https://forums.phpfreaks.com/topic/67853-calendar-help-needed/#findComment-341078 Share on other sites More sharing options...
matthewhaworth Posted September 4, 2007 Share Posted September 4, 2007 I am wondering someone could please tell me how I can create a calendar? The way this one looks. I am wanting to highlight dates that are in a database. Using php, mysql and Javascript to build it. I don't want someone to build the calendar for me. I want someone to either guide me or show me one that already built. This is driving me nuts. All help will be appreciated. Thanks in advance. There is a good tutorial on how to make a calender application in the book: PHP, MySQL and Apache that is likely to be available at (no doubt) a high price from Amazon. So let's take the more modern, open-sourced, 'cost-free' outlook on this. I realise what you intend on making is pretty simple. It requires knowledge of basic PHP and also requires simple knowledge of date and time functions (of which I am sure there's many tutorials on the internet dedicated to). On another note, largely to moderators (to fix it ). I am getting far sick of these types of posts now. I am seeing them everywhere. If you're after a tutorial, or anything similar there is a forum dedicated to it. Quote Link to comment https://forums.phpfreaks.com/topic/67853-calendar-help-needed/#findComment-341080 Share on other sites More sharing options...
teng84 Posted September 4, 2007 Share Posted September 4, 2007 use this http://www.php.net/manual/en/function.date.php Quote Link to comment https://forums.phpfreaks.com/topic/67853-calendar-help-needed/#findComment-341082 Share on other sites More sharing options...
cturner Posted September 4, 2007 Author Share Posted September 4, 2007 Thanks everyone for your help. I looked at http://www.php.net/manual/en/function.date.php and found calendar code in there that someone posted. I have now made some changes to that code to suit my needs. Quote Link to comment https://forums.phpfreaks.com/topic/67853-calendar-help-needed/#findComment-341117 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.