|
There are many possible solutions. You could have one field for each day in the database, or you could have one field and use a special structure to represent each day. You could i.e. use a 7 digit char field where 0 means that day is excluded and 1 means it's included.
So '0000000' would mean no days were selected, '1111111' means all days were selected and '0000011' means only weekend (if first digit mean monday).
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|