Hello, I went into phpmyadmin and it appeared, where is that supposed to be the problem ??
Code
$coneccao=mysqli_connect("localhost", "root", "MINHASENHA");
mysqli_select_db($coneccao, "luppbox");
The server is hosted in a VPS, instead of localhost should I put the ip of my server ??