Posts by Paulo Almeida • 1 point
1 post
-
0
votes1
answer64
viewsQ: What to do to save registry in my mysql database
Hello I have the following code and the information does not save in my database. Can someone help me? <?php $servername = 'localhost'; $username='root'; $password=null; $dbname='task3'; $connect…