scheduler

Posted By: hdevito ()
Posted On: 2004-Jul-15 18:27

Hi I need help. I have to create a website front end that will essentially schedule certain users to access different parts of the website at different times of the day. for example I want bob to be able to access member page 1 for 8am to noon and tom to access the page only between 1pm and 2 pm. Is this possible? I thought of using mysql and creating a data store with the different times then when a user logs in it would compare the actual time to the data store and either send a pass or deny flag, but I'm not sure how to do that.sad