Guest User

Untitled

a guest
Jan 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2. //Database Login Information
  3. const host = 'localhost';
  4. const user = 'root';
  5. const pass = '';
  6. const db = 'guestbook';
  7. ?>
Add Comment
Please, Sign In to add comment