Advertisement
afzfsdf1515

Untitled

Mar 18th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $host = ""; //database host if you dont know try localhost
  2. $user = ""; //database username
  3. $pass = ""; //database password
  4. $sql = new PDO('mysql:host=$host;dbname=test', $user, $pass);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement