Posted by Kim on 09/26/05 16:25
I'm trying to replace a fixed " value="0" " in <input type="hidden"
name="config" value="0" /> with value=variable.
My variable value is derived as follows:
Select payment method: <select size="1" name="variable">
<option value="1">PayPal</option><option value="0">Check/Money Order
Pre-Pay</option></select>
My PHP script chokes on: <input type="hidden" name="config" value=variable
/> or variable in quotes.
Any suggestions?
Navigation:
[Reply to this message]
|