Posts by Rafael Vidal • 116 points
2 posts
-
0
votes1
answer43
viewsA: I need to delete a folder
Leonardo, Windows uses environment variables which point to several directories within the system. In your case, you can use this path:…
functionanswered Rafael Vidal 116 -
0
votes1
answer58
viewsA: Mysql 8.0 Database Registry with PHP 8.0.5
Pedro, is missing vc pass the connector in function mysqli_query($conn, $sql) Leave it this way it will work: $sql = mysqli_query($conexao, "INSERT INTO usuarios(Usuario, Senha) VALUES…