Guest User

Untitled

a guest
May 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $this->link = @mysqli_connect($this->host,$this->user,$this->pass) or die("Sem conexão ". mysqli_connect_error());
  2.  
  3. php_network_getaddresses: getaddrinfo failed: The requested name is valid, but no data of the requested type was found.
  4.  
  5. public $host = "djbteste.mysql.uhserver.com";
  6. public $user = "********";
  7. public $pass = "********";
  8. public $db = "djbteste";
Add Comment
Please, Sign In to add comment