want to submit a form with name and quantity but i want to pass a get variable to the form without input. When the form is submitted the get variable for quantity is pass but i want also to pass the name quantity which is displayed already. Can i do this either through action="site.php?name=theName" or how can i do this.
"<"form action='site.php?name={$name_row['name']}' method='GET'>
<input type="hidden" name="name" value="<?= $name_row['name']?>" />