I started working and I'm updating the company system, it currently uses this connection:
$link = mysqli_connect("0.0.0.0", "teste", "teste", "teste");
mysqli_set_charset($link, "utf8");
if (mysqli_connect_errno()) {
printf("<br>...
asked by
23.12.2017 / 21:50