Posts by SorcererBR • 1 point
1 post
-
0
votes1
answer299
viewsQ: Problems using INSERT in PHP (mysqli)
i (beginner in the field of php development) am having problems inserting data using the code below: <?php $conn = new mysqli("zz", "zz", "zz", "zz"); // Alterei a string de conexão por questão…