Hi how to get value using method POST,GET
I want to know the technology of submit the value. While we submit the form using POST or get Method, We get the value using $_POST or $_GET. But what is the basic technology to pass the value one form to another.
I want to know the technology of submit the value. While we submit the form using POST or get Method, We get the value using $_POST or $_GET. But what is the basic technology to pass the value one form to another.
Comment