PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have 3 pages. I can get all the values of the 20 variables from first page to second page by url with $_GET. How can I get all these values on third page. I have idea that it can be done by passing arrays with url but don't know how to do it. Anyone can help with it please?