Hi. I am using the following calendar script to store availability dates in a table called "availability". It is storing data in the fields id | user_id | g_date
The user_id is grabbed when the user logs in.
Anyways, I've gotten everything to work to add dates and delete them when users click on the dates (took some modifying to this code...which I found on this website), but I got it to work.
Anyways, now I need to set it up so that it will highlight the dates that are in the table for the user. In other words, if Bill (user_id = 9) logs in, it will look to the availability table, and highlight any dates where user_id = 9.
Unfortunately I have no idea how to do this, and cannot find anything that helps me when I do a search (what I did find was confusing and I couldn't understand it).
It says the script is too long, so I posted it in text format here: http://refphotos.com/calendarscript.txt
You can see the calendar script as I have it set up here:
http://refphotos.com/referee/availability_add_dates.php
Thank you VERY much in advance for any help!
Landis