Guest User

Untitled

a guest
May 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $dbServername = "localhost";
  3. $dbUsername = "root";
  4. $dbPassword = "senha";
  5. $dbName = "nomedadb";
  6.  
  7. $conn = mysqli_connect($dbServername, $dbUsername, $dbPassword, $dbName);
  8.  
  9. ?>
Add Comment
Please, Sign In to add comment