Posts by CaNaL Meu MUNDO • 21 points
1 post
-
2
votes2
answers60
viewsQ: I am creating a comment system in PHP, but in the conclusion of the work I came across the following error:
Code: <?php include "connection.php"; ?> <?php $nome=$_POST['nome']; $comentario=$_POST['comentario']; ?> <?php $insert = "INSERT INTO comentarios_tb nome, comentario" VALUES('$nome',…
phpasked CaNaL Meu MUNDO 21