I have a application I am doing dealing with a lunch/breakfast scanner for a school district. Students are only allowed to eat one meal a day. The problem is that right now they can eat as many as they want. I have a field "history" that keeps track of when they ate. ei "Ate breakfast on 01-16-2003" would be an entry and the next day would be concat on to it. I have my php script do a match() against() on history and it returns fine for the first student if they try and have another breakfast/lunch. But when you get more students in it doesn't work at all. I believe it has to do with the 50% threshold, because breakfast and lunch will be in every line. Is there a way around this because I can not move up to version 4.01 because it is beta...
Thanks for any help,
etrain01
Thanks for any help,
etrain01