PHP code example of lintangtimur / steldb
1. Go to this page and download the library: Download lintangtimur/steldb library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lintangtimur / steldb example snippets
use Dotenv\Dotenv;
use Steldb\DB;
otenv->load();
$db = new DB;
$db->selectAll('siswa');
$db->insert('table', []);
$db->RAW("",[]);