0
How to create a php based form for website?
4 Réponses
+ 1
<form action="index.php" method="POST"> <input type="text" name="exampleemail"> <input type="password" name="examplepass"> <button>Login</button> </form>
0
Scripting language
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
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..