devasatrio

input_ci_03

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