0
How can I make my web page to from page 1 to page 2 like of I have a login page and another page that shows the user that he is
2 Réponses
+ 1
It depends, by using a login page do you mean you are using PHP?
If so, you can do header('Location: webpage.html');
If you don't use PHP and just want the user to move to a different page, you can do in html:
<a href="webpage.html">Click me</a>
0
Please add HTML to your thread tags 👍