Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. ?php
  2.  
  3. include('connection.php');
  4.  
  5. $query = mysqli_query($connect, "SELECT * FROM universitas");
  6. $results = mysqli_fetch_all($query, MYSQLI_ASSOC);
  7.  
  8. print_r($results);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement