Pilih Laman

How to make rest api with php mysql easy and fast

sumber: https://rasupe.com/cara-membuat-rest-api-dengan-php-mysql-mudah-dan-cepat/ 1. Create mysql database and tables Open phpMyAdmin or whatever you usually use. 1.1 Create a new database with the name “db_toko” 1.2 Create a “categories” table. CREATE TABLE IF NOT...

Creating CRUD Native PHP with Mysqli

sumber: https://mragus.com/membuat-crud-native-php-dengan-mysqli/ In this tutorial, writing CRUD using object oriented style. Immediately, we start scripting to create CRUD using this mysqli. The table I use is tb_blog with the following structure....

PHP NATIVE UNDERSTANDING

sumber: https://biokurei.wordpress.com/2019/01/02/bahasa-pemrograman-php-native/ PHP (Hypertext PreProcessor), A programming language used to create Dynamic Web. Dynamic Web, a page on the internet that relies on a database for the content in that web page. PHP NATIVE...

How to Write Functions in PHP

sumber: https://www.duniailkom.com/tutorial-belajar-php-cara-penulisan-dan-pembuatan-fungsi-php/ A function is program code designed to complete a specific task. The purpose of separating a code into functions is for practicality and convenience in making the main...