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.
1 ответ
+ 4
below is a form tutorial that covers also input filtering and validation before POSTing:
https://www.w3schools.com/php/php_form_complete.asp