Naming a Textbox
Posted: Mon Jan 26, 2004 9:00 pm
PLease help.
<input type="text" name="qty' .$row['id']. '" size="4" value ="' .$quantity. '">
i want the name of the textbox to be "qty + the id number".
(e.g id = 1, the name of the textbox should be "qty1")
I dont know if my syntax above is correct.
can u check or give me the correct syntax for this problem.
and how can i get/use the value assigned in the textbox?
Thank You!
<input type="text" name="qty' .$row['id']. '" size="4" value ="' .$quantity. '">
i want the name of the textbox to be "qty + the id number".
(e.g id = 1, the name of the textbox should be "qty1")
I dont know if my syntax above is correct.
can u check or give me the correct syntax for this problem.
and how can i get/use the value assigned in the textbox?
Thank You!