Advertisement
Guest User

Untitled

a guest
May 31st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <?php
  2. /******************************Database Information************************************************/
  3. $username="";
  4. $password="";
  5. $database="";
  6. $host="localhost";
  7. /********************************Stored HTML*******************************************************/
  8.     $html       = '<html><head><title> Page Title </title><body bgcolor="Silver"><center></center>';
  9.     $footer     = "Footer Content Here";
  10. /*********************************Functions********************************************************/
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement