How to make the user go to anther page after enter his name in textbox and save in my database table ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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"

22nd Mar 2017, 2:59 AM
Kirollos Ayman
2 ответов
+ 3
<a href="http://www.example.com"><button></button></a>
22nd Mar 2017, 3:09 AM
YafiWebDev
YafiWebDev - avatar
+ 3
thanks for your answer
22nd Mar 2017, 9:25 AM
Kirollos Ayman