Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
70
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.  * Database Connection
  4.  */
  5. require_once 'ezSQL/shared/ez_sql_core.php';
  6. require_once 'ezSQL/ez_sql_mysql.php';
  7.  
  8. $db = new ezSQL_mysql('u3201908_imgpaid', 'imgpaid-com', 'u3201908_imgpaid', 'localhost');
  9. $db->query("SET CHARSET utf8");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement