I am developing a bulk email system to send messages to parents of the
children in the school I work at, using php and mysql. The database
holding the parents' email addresses and what yeargroup their child is in.
I would appreciate any input on the best method of tracking a pupil's
yeargroup as they move up through the school. For example, I would like a
field in each record to indicate what yeargroup they are currently a part
of and when the next academic year comes around there wouldn't be any
needs for an update.
Any suggestions for a best approach?
Regards,
Chris
children in the school I work at, using php and mysql. The database
holding the parents' email addresses and what yeargroup their child is in.
I would appreciate any input on the best method of tracking a pupil's
yeargroup as they move up through the school. For example, I would like a
field in each record to indicate what yeargroup they are currently a part
of and when the next academic year comes around there wouldn't be any
needs for an update.
Any suggestions for a best approach?
Regards,
Chris
Comment