Pilih Laman

What is Moodle?

Sumber: https://www.niagahoster.co.id/blog/moodle-adalah/ What is Moodle? Moodle is a web-based platform commonly used for e-learning purposes. In other words, Moodle was created specifically as an effective online learning management system. Moodle stands for itself,...

New Features in PHP 7.4

sumber: https://www.niagahoster.co.id/blog/php-7-4/ 1. Preloading Programming using a framework or library requires you to upload and link individual files in each request. Thanks to the preloading feature, you can upload frameworks and libraries into OPCache — which...

How to Create a Website with PHP from Scratch

sumber: https://www.niagahoster.co.id/blog/cara-membuat-website-php/ To create a website, you need to master basic HTML and CSS to build a good structure and an attractive appearance. Well, how to create a website with PHP from scratch can be done with the following...

PHP Functions and Uses

sumber: https://www.jogjahost.co.id/blog/php-adalah/#:~:text=PHP%20Native%20adalah%20skill%20basic,web%20yang%20tidak%20terlalu%20kompleks. Some PHP Functions In general, the function of PHP is to create a web application. More specifically, the functions in PHP are...

Creating a Search Feature with Complete PHP

sumber: https://kelasprogrammer.com/pencarian-php/ Database Configuration Buat database dengan nama akademik create database akademik; Selanjutnya buat tabel dengan nama mahasiswa create table mahasiswa ( nik char(10) not null primary key, nama varchar(50) not null,...