Advertisement
Guest User

Untitled

a guest
May 30th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2. $server = "localhost"; // server to connect to.
  3. $database = "brochure"; // 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. $table = "register";// the table that this script will set up and use.
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement