Advertisement
cafreak

functions.class.php #1 [Mike M. tutorial]

Aug 17th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. #region Default usage for the whole functions class
  4.     require("mysql_pdo.class.php");
  5.  
  6.     global $dbhost, $dbusername, $dbpassword, $dbname;
  7.     $dbhost = "localhost";
  8.     $dbusername = "root";
  9.     $dbpassword = "";
  10.     $dbname = "loginscript";
  11. #end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement