Click to See Complete Forum and Search --> : help needed!!


winnie99
12-18-2009, 01:22 AM
Actually I am not sure which type of forum to insert this post, so I choose this:)

Ok...heres my problem...I have been thinking for a long time but I still can't figure out the solution:(

I have created a website that users can choose a particular day to view a house.

If a particular date is not available,what should I do to ensure that when the user press check availability button, the unavailable and unavailable dates and day can be extracted from the mysql database to show the days together with the dates that are both unavailable and available in a table? :confused:

Please help!!! :eek:
Thanks!!!!

Fang
12-18-2009, 08:27 AM
Surely you only show the dates that are available, not all dates?
A booking page (Dutch) with a simple solution: http://florida-usa.nl/pageID_8929412.html

winnie99
12-18-2009, 08:34 AM
Haha, Thanks Fang :)

But How to read?
Haha...I dont understand Dutch.
How do I show the available dates?
Any other sample solutions thats in english version?

Fang
12-18-2009, 10:09 AM
Show a calendar where only the available dates are selectable.

But How to read?
Haha...I dont understand Dutch.Google can translate for you

winnie99
12-18-2009, 10:38 AM
hey Fang,

Saw the Dutch website.
Wow...Really professional...
Haha...I really have no idea on how to create the available dates using those calendars...Cause I am just a beginner in web developing...
How I wish I can do that :)
I was thinking of showing the unavailable dates but when I extract the data from the database, it shows both the start and end dates....
What should I do?