Advertisement
pusatdata

JOOMBIB: Kode Tabel Depan yang Dibuang

Feb 3rd, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Kode Tabel:
  2. <td align="center" align="left" class="sectiontableheader" width="5%">
  3. <?php echo "Kategori"; ?>
  4. </td>
  5.  
  6. Kode Pemanggil Data:
  7. <td align="center">
  8. <?php
  9. if (array_key_exists('keywords', $row)){
  10. ?>
  11. <?php echo $row['keywords']; ?>
  12. <?php
  13. }else{
  14. echo "--";
  15. }
  16. ?>
  17. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement