Hello !
I am having a problem since a few days, and I've decided it's time for me to ask for some help.
On a page, I display all the records from a Database (from 1 to 300) inside text fields ( name=\"ID\" ) generated by a PHP loop.
Then, each textfield has a different name and it's apropriate data/value.
I want to multiply all those record by 110 for example and at the same time, I would like to make it possible to update all the records of the concerned column.
Right now, the code I used updates all the records with the last field's value. The result is that all the records get the same value/data.
That's too bad!!!!
Thanks alot for the one who will take the time to answer the question.
I am having a problem since a few days, and I've decided it's time for me to ask for some help.
On a page, I display all the records from a Database (from 1 to 300) inside text fields ( name=\"ID\" ) generated by a PHP loop.
Then, each textfield has a different name and it's apropriate data/value.
I want to multiply all those record by 110 for example and at the same time, I would like to make it possible to update all the records of the concerned column.
Right now, the code I used updates all the records with the last field's value. The result is that all the records get the same value/data.
That's too bad!!!!
Thanks alot for the one who will take the time to answer the question.