Posts by Breno Brogini • 3 points
1 post
-
0
votes2
answers36
viewsQ: Problem in return after sending data! HTML & PHP. I thought echo would appear when sending the data, but nothing appears
<!DOCTYPE html> <html> <head> <title>Exercicio 3</title> </head> <body> <?php $km = $_POST['km']; $valcombu =$_POST['valcombu']; $gaston…