Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $response = getRequest($myurl);
  2.  
  3. foreach ( $response->results as $result ) {
  4.  
  5. ...
  6. foreach ($result->programs as $program ) {
  7.  
  8. echo $program->name;
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment