Advertisement
Guest User

connection.php

a guest
Jan 24th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $host = "ip:port"; //port might not be needed depending on your server
  3. $user = "username"; //username to access the DB
  4. $password = "password"; //leave it blank if there's no password
  5. $db = "databaseName"; //name of the DB
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement