0

Plz give me php post form

how to create a post form

25th Jan 2017, 3:26 PM
Vinayak
2 Respostas
+ 1
<form method="POST"></form> thats all you need. type the input tags within the form tab. when the form is submitted it will be submitted with the post method. you can access the input values in php through $_POST ['formInputNameAttributeValue']
25th Jan 2017, 5:32 PM
Parker Queen
Parker Queen - avatar
0
thx
26th Jan 2017, 2:45 AM
Vinayak