Guest User

Untitled

a guest
Mar 10th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <? $mapmultis = explode(',', $mapmulti); ?>
  2. <? foreach(explode(',', $map) as $i => $maps): ?>
  3.     <div class="maps">
  4.       <h1><?php echo $mapmultis[$i]; ?></h1>
  5.       <img src="<?php echo "$maps"; ?>" width="280" height="165" /><br/>
  6.     </div>
  7.     <div  class="maps" style="margin-bottom:15px;">
  8.       <img src="/maps/key.gif" width="280" height="15" />          
  9.     </div>
  10. <? endforeach; ?>
Add Comment
Please, Sign In to add comment