X-Ecutioner Posted June 27, 2005 Posted June 27, 2005 Hey allI rent a cottage beside mine and I run a website to provide potential renters with info. It includes a calendar with booked dates and available dates. Essentially its a table with dates and the dates that are booked have a black background. Just so I don't have to manually change the html file, is there a way I can use checkboxes and submit buttons to control which cells are highlited within a browser window? I have a feeling I will need to link to a DB to do this, can anyone point me in the right track?
eXPerience-XP Posted June 28, 2005 Posted June 28, 2005 yeah u want to store the values in a mySQL DB and then when you load the calender query the DB and like for date 01-01-01 if it has a value of 1 then it should be highlited
X-Ecutioner Posted June 28, 2005 Author Posted June 28, 2005 I am actually pulling the info off a Access DB. One thing im stuck on is how to go about making the calendars. My DB tables are setup and I understand how to determine whether or not to make the cell black based on table data but how do I setup a calendar (<table tags>) pulling the dates and junk from a DB. Can anyone throw some pointers my way or point me to a site that would help?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now