Sythz

Untitled

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