$ mysql -u root -p $ create database wpu_rest; $ use wpu_rest; $ CREATE TABLE `mahasiswa` ( `id` int(11) NOT NULL, `nrp` char(9) NOT NULL, `nama` varchar(250) NOT NULL, `email` varchar(250) DEFAULT ...
Your browser does not support the audio element. I am assuming you have PHP, MySQL and Apache installed. The easiest way to install all of these is to get XAMPP which ...
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site. This repository holds a composer-installable app starter.