Posts by Marcos Eduardo • 1 point
1 post
-
0
votes4
answers856
viewsA: Return message to the registration screen
replace everything with a . php page, with this you can work your html and php in a single file. ex.: <?php if(count($_POST)){ $variavel = $POST["variavel"]; //sua requisição via banco de dados…