Posts by Montanaro Mendes • 119 points
2 posts
-
1
votes0
answers58
viewsQ: Help with PHP and SQL Error
Guys, I’m doing a project at a video store, but the data is not being sent, this is the code: <?php $host = "localhost"; $user = "root"; $pass = ""; $banco = "locadora"; $conexao =…
-
10
votes5
answers1552
viewsQ: Restriction of words in comments
I’m making a gallery of images that this gallery will have comments, comments are already being sent to the comic and returning as I wanted. But I need to make a filter for comments, in case they…
phpasked Montanaro Mendes 119