Posts by Léo Oliveira • 11 points
1 post
-
1
votes1
answer645
viewsQ: PHP does not save form data in the database
I’m starting in PHP and I’m having problems with the following code <?php define("SERVIDOR", "localhost"); define("USUARIO", "root"); define("SENHA", "leonardo"); define("BANCODEDADOS",…