Posts by Nathan Macedo • 11 points
1 post
-
-1
votes3
answers109
viewsA: Form details
You can use in php $_GET['nomedoinputnamehtml']; if your form method is GET or $_POST['nomedoinputnamehtml']; if your form method is POST. HTML example: <form method="POST"…