Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD MySQLi Procedural PHP

Simpel crud dengan mysqli procedural php

Instalasi

Buatlah database dengan nama crud_mysqli_proc, kemudian buka sql dan pastekan kode dibawah ini.

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(191) NOT NULL,
  `password` varchar(191) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Releases

Packages

Contributors

Languages