Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <ul class="overview">
  2. <? if(mysql_num_rows($sqllist)>0) {
  3. while($reslist = mysql_fetch_array($sqllist)) {
  4. //$reslist = mysql_fetch_array($sqllist);
  5. $path_bigimg = "options_images/original/".$reslist['image'];
  6. ?>
  7. <li><img src="/phpThumb/phpThumb.php?src=../<?=$path_bigimg?>&w=300" name="fimg" id="fimg" width="300px" style="border: 1px solid #ccc;" ></li>
  8. }
  9. </ul>
Add Comment
Please, Sign In to add comment