Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $host = "localhost";
  2. $user = 'root';
  3. $pass = '';
  4. $db   = 'subscriber_schema';
  5. $charset = 'utf8mb4';
  6. $port = '0';
  7.  
  8. $results = [];
  9.  
  10.  
  11. $dsn = "mysql:host={$host};charset={$charset};port={$port}";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement