How to link another page in a html document with the same variables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

5th Nov 2018, 7:24 AM
Jyotiraditya GHOST CODING
Jyotiraditya GHOST CODING - avatar
1 Answer
+ 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
5th Nov 2018, 7:36 AM
Kabulput
Kabulput - avatar