Hi Guys,
In a Form I'm using the following field;
<input type="Text" name="quant<? echo $intID; ?>" maxlength="2" size="2" value="<? echo $intQuant; ?>">
it is used in a shopping cart, so more than one of these can exist in the form.
in ASP i've previously used 'request.form("quant"&intID&"")' to retreive the form value. however, in PHP i haven't had any success yet.
Could someone help me out?
Thanks
HammR