Posts by Antonio Marques • 1 point
1 post
-
-2
votes2
answers13081
viewsA: Storing data from a form
Hello, From what I saw, it would be easier by PHP, saving in a database. The code would be more or less the following: <?php include_once('conexao.php'); if(isset($_POST['comentar'])) { $sql_code…