Guest User

Untitled

a guest
Feb 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. $db_host = "localhost"; // server to connect to.
  3. $db_name = "kabzdb"; // the name of the database.
  4. $db_user = "root"; // mysql username to access the database with.
  5. $db_pass = " "; // mysql password to access the database with.
  6. //$db_table = "users"; // the table that this script will set up and use.
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment