+ 1
How to link another page in a html document with the same variables
I created a program ,and now I want to connect another page I created . In the first page I obtain some info from the user and on the next page I want to display the info.
1 Réponse
+ 4
You can use html forms to achieve this:
When a user inputs their info on the page and submits the form, the infomation will be sent to the action page...
https://www.sololearn.com/learn/PHP/1840/
You can learn more from this