thallasridevi
02-10-2008, 12:13 PM
Hi All,
I have page called page1.php with some hidden fields and i submitted the page to page2.php. I page2.php, i am able to get the values of hidden fields through $_REQUEST. And from this page 2 i need to forward the values of hidden fields to page3. Is any way to send the previous request directly to page3? or do i need to again write the values into hidden fields and get them in page3?I have a total of 70 hidden fields getting through the script. So i could not use sessions.
Regards,
Sridevi.
I have page called page1.php with some hidden fields and i submitted the page to page2.php. I page2.php, i am able to get the values of hidden fields through $_REQUEST. And from this page 2 i need to forward the values of hidden fields to page3. Is any way to send the previous request directly to page3? or do i need to again write the values into hidden fields and get them in page3?I have a total of 70 hidden fields getting through the script. So i could not use sessions.
Regards,
Sridevi.