Posts by Cássio Bruno Sousa Ribeiro • 1 point
2 posts
-
0
votes2
answers48
viewsA: Connect form with database
FORMAL AGREEMENTS <body> </br> <form name="f_cad" class="form-horizontal" method="POST" action="recebe.php"> <div class="row"> <div class="col-md-4 mb-3"> <label…
-
0
votes2
answers48
viewsQ: Connect form with database
I have Database called form, and a single table n_agreements. i need to display form information in a table. I’m unable to connect to database. <?php $conn =…