A
Anonymous
Guest
Hi Pals
Hope you all are in the mist of cheers.I would like to share my doubt with you all and hope to be resolved soon.
As im generating the textbox(using input tags) automatically and later i would want to update the particular textbox value.
Example
Have to change the value of the desired textbox,let assume at default its value 1 and change as 3 later.
generated three text boxes along with the change link to the appropriate row.And i created the text box as txt1,txt2,txt3.If i click the change link of the second textbox (mean txt2, i generated this txt2 as txt as string and 2 as the index (like 'txt'.$index).I used the method as post in the form action.Where as in the change link passed the rowid as the parameter in the value of 2
In the action page i used the variable as $_POST['txt'.$_GET['rowid']]
But i didnt get the result,it shows the blank value.Anyone can give me the right way to substitute the callee variable to get the result.
Any help on this issue woud be greatly appreciated.
Cheers
SATHISH
Hope you all are in the mist of cheers.I would like to share my doubt with you all and hope to be resolved soon.
As im generating the textbox(using input tags) automatically and later i would want to update the particular textbox value.
Example
Have to change the value of the desired textbox,let assume at default its value 1 and change as 3 later.
generated three text boxes along with the change link to the appropriate row.And i created the text box as txt1,txt2,txt3.If i click the change link of the second textbox (mean txt2, i generated this txt2 as txt as string and 2 as the index (like 'txt'.$index).I used the method as post in the form action.Where as in the change link passed the rowid as the parameter in the value of 2
In the action page i used the variable as $_POST['txt'.$_GET['rowid']]
But i didnt get the result,it shows the blank value.Anyone can give me the right way to substitute the callee variable to get the result.
Any help on this issue woud be greatly appreciated.
Cheers
SATHISH