Posts by user77161 • 13 points
2 posts
-
-4
votes1
answer70
viewsQ: Send 10 values using the POST method, the values should be entered in a vector
The goal is the following: send 10 values using the POST method through the form, and insert them into a vector, which will later be printed. Anyone who can help me thank you.
-
0
votes3
answers582
viewsA: How to receive form data and inform the result of the sum in php in the form div element?
I did using 2 pages, one for the form (html) that will receive the data and print the result, and another for the script (php), which will make the calculation. php form. <!DOCTYPE html>…