I know how to pass data to another page with Get method as hiperlink:
{echo "<a href=file.php?variable1=".$row['value1']."&variable2=".$row['value2']."'>Confirm</a>"; }
How add value from input field in this lane above? Is it possible?
<input name="field_name" type="text" >