Advertisement
devasatrio

input_ci_gambar

Apr 25th, 2018
1,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>Belajar CI</title>
  4. <body>
  5.  
  6. <h1>Tambah Data</h1>
  7. <?php echo form_open_multipart('C_buku/input');?>
  8. judul <input type="text" name="judul"><br><br>
  9. tebal <input type="number" name="tebal"><br><br>
  10. penerbit <input type="text" name="penerbit"><br><br>
  11. Gambar <input type="file" name="gambar"><br><br>
  12. <button type="submit">tambah</button>
  13. <?php echo form_close();?>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement