How would I pass variables from one page to another without using sessions? I already have it set up in a very innefficient way, I make a form with hidden variables be submitted and pass the data on, then retrieved with $_POST. However, I want to get away from this messy solution.
Is there a way to pass the variables on and be able to recover them in the next page?
Thanks in advance.