variables to html form?
Posted: Fri Oct 18, 2002 4:13 am
I need help on how to get the php variables from my shopping cart. I need to get the variables cartid and value into the html form before submitting.
The html is:
<input type="hidden" name="cartId" value="Merchant Test">
<input type="hidden" name="amount" value="10.00">
<input type="submit" value="Secure Online Payment">
Is there another way in html and how do I send the same info without a "submit" keystroke.
Any help would be appreciated.
The html is:
<input type="hidden" name="cartId" value="Merchant Test">
<input type="hidden" name="amount" value="10.00">
<input type="submit" value="Secure Online Payment">
Is there another way in html and how do I send the same info without a "submit" keystroke.
Any help would be appreciated.