S
sean
HI There,
I am trying to collection the values of my form when it submitted, the page
itself has a dynamically generated for like the one below. Each of the rows
has a unique number assigned to it using a counter in the loop, I would like
to try to read the values when the form has been submitted and only write
the rows into the db where the quantity has changed from null to a number. I
have tried using the instr function to seperate the fields but I have had
not luck.
Could someone help me out with a little syntax for this ?
Sean - thanks in advance
<INPUT type='hidden' NAME='productid_1' ID='productid_1'
value="3TTT:IBARXN">
<INPUT type='hidden' NAME='price_1' ID='price_1' value='10'>
<INPUT type='text' size='5' NAME='quantity_1'>
<INPUT type='hidden' NAME='productid_2' ID='productid_2'
value="3TTT:IBARXN">
<INPUT type='hidden' NAME='price_2' ID='price_2' value='10'>
<INPUT type='text' size='5' NAME='quantity_2'>
I am trying to collection the values of my form when it submitted, the page
itself has a dynamically generated for like the one below. Each of the rows
has a unique number assigned to it using a counter in the loop, I would like
to try to read the values when the form has been submitted and only write
the rows into the db where the quantity has changed from null to a number. I
have tried using the instr function to seperate the fields but I have had
not luck.
Could someone help me out with a little syntax for this ?
Sean - thanks in advance
<INPUT type='hidden' NAME='productid_1' ID='productid_1'
value="3TTT:IBARXN">
<INPUT type='hidden' NAME='price_1' ID='price_1' value='10'>
<INPUT type='text' size='5' NAME='quantity_1'>
<INPUT type='hidden' NAME='productid_2' ID='productid_2'
value="3TTT:IBARXN">
<INPUT type='hidden' NAME='price_2' ID='price_2' value='10'>
<INPUT type='text' size='5' NAME='quantity_2'>