Advertisement
GersonSalvador

connect

Dec 22nd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.    
  3.     $bank = "graficatimbo";
  4.     $host = "mysql02-farm53.uni5.net";
  5.     $user = "graficatimbo";
  6.     $pass = "p3rt1n4xn0v0";
  7.    
  8.     $connect = new PDO("mysql:host=$host;dbname=$bank",$user,$pass);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement