tags:

views:

31

answers:

0

I m tring to send data using post method from one page to another. but i m not receiving data in target page and getting error of undefined index name_of_variable when i m trying to get that data using $_REQUEST[] method

I m using following code:

---- ---