How to create a php based form for website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a php based form for website?

17th Jul 2016, 5:29 PM
Manikar
Manikar - avatar
4 Answers
+ 1
<form action="index.php" method="POST"> <input type="text" name="exampleemail"> <input type="password" name="examplepass"> <button>Login</button> </form>
17th Jul 2016, 7:14 PM
Rony Das
Rony Das - avatar
0
Scripting language
17th Jul 2016, 5:43 PM
Victor Ukamba
Victor Ukamba - avatar
0
you can create the form in html and then submit form data using php.you need to add address of page in the action="" and you can select method="" get or post
17th Jul 2016, 6:59 PM
Akshay Walimbe
Akshay Walimbe - avatar
0
I need detail guide.. (1st answer it helps to create a button or boxes for submitting not to generate a complete forum for a website including social sign in) but i doesn't helps for my issue , thanks for the answer guys..
18th Jul 2016, 1:53 AM
Manikar
Manikar - avatar