lontana
October 4th, 2006, 04:26 AM
Dear gurus,
I have a following problem:
In first php file, I select the HTML form parameters which I send to the second php file where few of them going to be processed and then I have to send them all to the third php file where again some of the form parameters are to be processed. Then I have top send them back to the first php file. Some of these parameters are not going to be at all processed in the whole process but I need them to be together with processed parameter. Do I have to "drag" all these parameters along the second and third step or there is a way to save them and use them when I return to the first php file?
Thank you
I have a following problem:
In first php file, I select the HTML form parameters which I send to the second php file where few of them going to be processed and then I have to send them all to the third php file where again some of the form parameters are to be processed. Then I have top send them back to the first php file. Some of these parameters are not going to be at all processed in the whole process but I need them to be together with processed parameter. Do I have to "drag" all these parameters along the second and third step or there is a way to save them and use them when I return to the first php file?
Thank you