note4

Thursday, November 1, 2018

3:34 AM



 <?php if($row['Photo'] != ""): ?>
  <div class="top dots">
   

     <img src="https://xxxxxxxxxxxxx/<?php $test = json_decode($Photo, true);  echo $test[0]["name"]; ?>" width="80" height="93" style="left: 100px;margin-left: -496px;margin-top: 31px;"></DIV>
   <?php else: ?>
     <div class="top dots">
 
   <img src="././<?php echo $PhotoCam;?>" width="80" height="93" style="left: 100px;margin-left: -496px;margin-top: 31px;"></DIV>
    <?php endif; ?>
   

0 comments: