leachus2002 Posted September 8, 2010 Share Posted September 8, 2010 Hi There, I was wondering if there is a way, or in deed if there is an off the shelf calendar that would be able to interact with an SQL database? I want to be able to display a week's worth of dates (Mon - Fri) - and show what is on each day, for different people, say 4. If possible, I would like it to read start and end dates from the DB, and if that entry is over 3 days, display it on 3 calendar days. Has anyone heard of anything like this, or is it easy to code up? Thanks in advance Matt Link to comment https://forums.phpfreaks.com/topic/212849-php-calendar-with-sql-integration/ Share on other sites More sharing options...
trq Posted September 8, 2010 Share Posted September 8, 2010 What kind of SQL database are you talking about exactly? Not that I know of any pre-built applications, but it's something that you really should mention. By the way, it is of course possible to create what your looking for.. Link to comment https://forums.phpfreaks.com/topic/212849-php-calendar-with-sql-integration/#findComment-1108621 Share on other sites More sharing options...
leachus2002 Posted September 8, 2010 Author Share Posted September 8, 2010 Oops- sorry thats my bad! I am using a MS SQL DB - I can modify it to cater for any purpose, as its empty at the moment. Great news that it can be done - does anyone know where to start? LOL Cheers Matt Link to comment https://forums.phpfreaks.com/topic/212849-php-calendar-with-sql-integration/#findComment-1108631 Share on other sites More sharing options...
trq Posted September 8, 2010 Share Posted September 8, 2010 Great news that it can be done - does anyone know where to start? Sorry, but that really is pretty vague. Its a bit like asking can a car be built, then asking where to start. Do you know php? Where exactly are you stuck? Link to comment https://forums.phpfreaks.com/topic/212849-php-calendar-with-sql-integration/#findComment-1108634 Share on other sites More sharing options...
leachus2002 Posted September 8, 2010 Author Share Posted September 8, 2010 I know PHP, but I wouldnt know where to start really. I suppose I need to be able to display the next 5 days on a page and then I can play with the SQL to get the other data to show? Cheers Matt Link to comment https://forums.phpfreaks.com/topic/212849-php-calendar-with-sql-integration/#findComment-1108640 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.