Guest User

connection.php

a guest
Apr 15th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $servername = "localhost";
  4. $username = "root";
  5. $password = "";
  6. $dbname = "ujian";
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment