Skip to content

Repository files navigation

crud_php

Silahkan buat database terlebih dahulu dengan nama "crud-menu" kemudian buat tabel database dengan nama "produk" isi tabel dengan data tabel:

  • id type int(11) primary key,
  • nama_produk type varchar(225),
  • deskripsi type text,
  • harga_beli type int(11),
  • harga_jual type int(11),
  • gambar_produk type varchar(255)

About

Belajar php CRUD

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages