Hi - is there anyway I can change the status of server listings according to the days of the week.
1 = Monday
2 = Teusday
3 = Wednesday
4 = Thursday
5 = Friday
6 = Saturday
7 = Sunday
Using the following data structure:
id | server | days
1 | a | 1
2 | a | 2
3 | a | 3
4 | b | 4
5 | b | 5
6 | a | 6
7 | c | 7
So in a php script it retrieves the current day (1,2,3,4,5,6,7) and then looks in the table for that day?
Thanks,
Chris