i want the numbers to increase when my users press the enter button | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

i want the numbers to increase when my users press the enter button

<html> <head> </head> <body> <h2>Earned &#36;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>

7th Jun 2020, 11:51 AM
Yokahana
Yokahana - avatar
1 Resposta
+ 3
Store the number in database. When any user will submit then update the number every time.
7th Jun 2020, 3:59 PM
AĶ¢J
AĶ¢J - avatar