Hi,
I'm trying to figure out the best method in order to do this system.
I wanted to have a dropdown list/menu of days (Sun - Sat). But I want to select the days available to choose from. i.e
I thought the best method would be use the date('w') as it will give the days in order. I just wanted to see how you guys would do it. Quite like to use 1 filed on MySql to store the dates available to make things neater.