Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Assuming $job is your XML read from SimpleXML
  2.  
  3. foreach( $job->images as $iid => image )
  4. {
  5. echo '<img src="images/work/thumbs/' . $id . '/' . $iid . '.jpg" alt="Image" />';
  6. }
Add Comment
Please, Sign In to add comment