Guest User

Untitled

a guest
Jan 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. foreach($StudentModule_array as $student)
  2. {
  3. foreach($ModuleTimeslotClash_array as $module)
  4. {
  5. if ($student['ModuleID'] == $module['ModuleID'])
  6. {
  7. $tsid = $module['TimeslotID'];
  8.  
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment