Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. $photos = array(
  2.     "1" => array("house1_1.JPG")
  3. );
  4. foreach($photos["1"] as $p){
  5.     echo '<image imageURL="images/'. $p . '" linkURL="" linkTarget="" ><caption></caption></image>';
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement