CHaNStar

db5

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