Answer the question
In order to leave comments, you need to log in
Connect get parameters for order how to implement?
There is a link "iPhone4s" click => product page (iPhone 4) -> chose color, chose memory clicked "submit" => order page => there if all fields (name, index, etc.) are entered correctly INSERT into the database => but the color and memory that were previously selected on another page but are in the GET parameters on the page with orders do not fall into the database. help out
Answer the question
In order to leave comments, you need to log in
add them to the form from there.
<form method="post" action="/order">
<input type="hidden" name="memory" value="<?=$_GET['memory']?>"/>
<input type="hidden" name="memory" value="<?=$_GET['color']?>"/>
<input type="submit" value="Submit" />
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question