Hi All,
I have a php page that dynamically creates textbox form objects based on what is in my database.
If I then want to submit this form (and any changes) to another update page, how do I reference these textboxes as I dont know how many there are going to be etc.
Is there a form array or similar you can iterate through ??
I'm stumped on this one - bet there's an easy answer !
Marc