Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $servidor = "localhost";
  3. $usuario = "root";
  4. $senha = "";
  5. $dbname = "Senha";
  6.  
  7. //Criar a conexao
  8. $conn = mysqli_connect($servidor, $usuario, $senha, $dbname);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement