Advertisement
Thelz

index.php

Oct 16th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.    
  3.     include('lib/library.php');
  4.  
  5.     $sql = 'SELECT * FROM siswa';
  6.     $listSiswa = $mysqli -> query($sql);
  7.  
  8.     include('views/v_index.php');
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement