binary_dreamer Posted June 20, 2006 Share Posted June 20, 2006 hi. i got a task to finish, but i am not sure on how to implement it. the task is:there is a database of 54 entries (with the option to add/remove entries). those entries will be in three groups ABC. group A will have the first 13, group B the next 13, and group C the rest. i want to have a script that for Monday to Friday will take from group A, one everyday and in serial mode. for weekends it will choose:Saturday: one from B and one from CSunday: one from B and one from C.this is for two months. after that period the groups rotate so it becomes:weekdays group Bweekends group c & A.then the next two months will be:weekdays group Cweekends A&B.any ideas on how to help me on that task? i am confused with the queries of php on MySQL.thanks in adavance. Quote Link to comment https://forums.phpfreaks.com/topic/12454-troubled-with-queries/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.