[PHP] PHP/mySQL help or advice

2002-10-13 Thread Ray Healy \(Data Net Services\)
Hi All I have been trying to write a database and scripts for a calendar that shows which days are booked and have failed at each point. What i would like it to do is to show a calendar which have the dates that are booked in a cell which are colour coded (say red) when it is unavailable and s

Re: [PHP] PHP/mySQL help or advice

2002-10-13 Thread Marco Tabini
There are a few PHP calendars: http://www.cascade.org.uk/software/php/calendar/index.php for example, that you can start from. It should be relatively easy then to write a small table that contains just one field: Date (datetime) All you do is insert a row in the db for each day that is booked