Facebook
From haluk, 3 Years ago, written in PHP.
Embed
Download Paste or View Raw
Hits: 541
  1. <?php
  2.  
  3.  
  4.                             while($kullanicicek=$kullanicisor-> fetch(PDO::FETCH_ASSOC)) {
  5.                                 ?>
  6.                                 <tr>
  7.  
  8.                                     <td class="text-center "><?php echo $kullanicicek['kullanici_ad'] ?></td>
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                                     <?php
  18.                                               if(isset($_SESSION['kullanici_ad'])) {
  19.                                                         ?>
  20.                                                           <td class="text-center"><i class="fa fa-check"></i></td>
  21.  
  22.  
  23.                                                           <?php
  24.                                                           }else
  25.  
  26.  
  27.                                                   echo "<td class='text-center'><i class='fa fa-times'></i></td>";
  28.  
  29.                                                           ?>
  30.                                  
  31.  
  32.  
  33.                                 </tr>
  34.                             <?php  } ?>

Replies to aktif kullanıcı listeyebilme rss

Title Name Language When
Re: aktif kullanıcı listeyebilme Unique Flamingo php 3 Years ago.