Advertisement
jamboljack

View Berkas

Nov 12th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5. </head>
  6. <body>
  7. <p style="font-weight: bold; text-align: center; font-size: 12px; text-decoration: underline;">SCAN KARTU KELUARGA<br>CALON PENERIMA BANSOS</p>
  8. <div align="center">
  9. KARTU KELUARGA : <?php echo $detailrtlh->penduduk_nama; ?><br>
  10. <img src="<?php echo base_url('img/foto_ktp_kk/'.$detailrtlh->rtlh_foto_kk); ?>">
  11. </div>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement