Advertisement
thexiv

Untitled

Jan 5th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. while ($cnt < sizeof($result)) {
  3. while ($row = mysqli_fetch_assoc($result[$cnt])) {
  4. $t = array_merge($t, array("eid" . $row['eventid'] => $row));
  5. }
  6. $s = array_merge($s, $t);
  7. $cnt++;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement