joris

Detail Artikel

Jun 14th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. foreach($ambilisi->result() as $row) {
  3.     $gambar = $row->gambar;
  4.     echo "<b>$row->judul </b> <br><br>";
  5.     if ($gambar!=''){
  6.     ?>
  7.     <div class="image">
  8.     <img src="<?php echo base_url();?>/system/artikel/<?php echo $gambar;?>">
  9.     </div>
  10.     <?php
  11.     }
  12.    
  13.     echo $row->isi;
  14.    
  15. }
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment