Hello,
I have a dilemma that I've been working on for the last two days that I can't seem to solve, and this forum has be really helpful in the past:
Here is what I'm trying to do:
1 - pull multiple fields from a database, these fields are all similar - got this done
2 - display it as a html form for updating - got this done
3 - submit the changed/updated information back to the database. this is where I'm having problems. Let's say I'm updating the field named "name" in the database, so for example I have a form with 5 fields and they all are named "name". I can also pull the "name_id" from the database, which is unique, if that is needed.
Now the problem that I'm facing is after the form is submitted, how do I go through all of the "name" fields and update them in the database to reflect the changes.
If you need more information please let me know, I can also provide the code if that is requested.
Thanks in advance,
Andy
I have a dilemma that I've been working on for the last two days that I can't seem to solve, and this forum has be really helpful in the past:
Here is what I'm trying to do:
1 - pull multiple fields from a database, these fields are all similar - got this done
2 - display it as a html form for updating - got this done
3 - submit the changed/updated information back to the database. this is where I'm having problems. Let's say I'm updating the field named "name" in the database, so for example I have a form with 5 fields and they all are named "name". I can also pull the "name_id" from the database, which is unique, if that is needed.
Now the problem that I'm facing is after the form is submitted, how do I go through all of the "name" fields and update them in the database to reflect the changes.
If you need more information please let me know, I can also provide the code if that is requested.
Thanks in advance,
Andy