0
i want the numbers to increase when my users press the enter button
<html> <head> </head> <body> <h2>Earned $0:</h2> <br><br> <img src="https://camblycontent.files.wordpress.com/2017/02/advertising-word-block.jpg" width="250" height="150"><br><br> <form method="post"> <input type="text" name="names"> <!-- what they enter don't matter--> <input type="submit" value="Enter" name="enter"> </form> </body> </html>
1 Réponse
+ 3
Store the number in database. When any user will submit then update the number every time.