+ 2
How to make the user go to anther page after enter his name in textbox and save in my database table ?
<form method="post" action="my php page.php"> <input type="text"> <button></button> </form> the link of the page that i want the user go to it after enter his name in this textbox and click on this button "http://for example .com"
2 Answers
+ 3
<a href="http://www.example.com"><button></button></a>
+ 3
thanks for your answer