Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
162
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.  
  3. $servidor = "localhost";
  4. $usuario = "root";
  5. $senha = "";
  6. $dbname = "wifi"
  7.  
  8. //Criar a conexão
  9. $conn = mysqli_connect($servidor, $usuario, $senha, $dbname);
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement