Php simple form help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Php simple form help!

if i already have add values in form attributes like this <form action='begin.php'><input name='name' value='filename.zip'></form> if user clicks on it... it will redirect to begin.php and now in begin.php i have to retrive data according to our form value. i hope you guys understand thar.

29th Mar 2017, 12:44 AM
Noor Qureshi
Noor Qureshi - avatar
1 Answer
+ 4
below is a form tutorial that covers also input filtering and validation before POSTing: https://www.w3schools.com/php/php_form_complete.asp
29th Mar 2017, 12:48 AM
seamiki
seamiki - avatar