Click here to Skip to main content
15,896,478 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to read the things that the user input and then print it but i dont know how to. The ultimate aim is to do maths calculations with the data input.

What I have tried:

HTML
<!DOCTYPE html>
<html>
<body>

<form action="/action_page.php">
First number: <input type="integer" name="First Number" ><br>
Second number: <input type="integer" name="Second Number" ><br>
<input type="submit" value="Submit">
</form>

</body>
</html>
Posted
Updated 8-Jan-19 19:56pm
v2

1 solution

Try this tutorial site:
W3Schools Online Web Tutorials[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900