Guest User

Untitled

a guest
Oct 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $objects = "";
  2.  
  3. $getcats_row=mysqli_fetch_assoc($result);
  4.  
  5. $objects[$i] = (array) $getcats_row;
  6.  
  7. if($objects[$checkid]["parent_id"] == $cat)...
Add Comment
Please, Sign In to add comment