Page 1 of 1

passing array values by url

Posted: Sat Dec 02, 2006 7:51 pm
by paul_20k
hi

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?

Thanks

Posted: Sat Dec 02, 2006 7:59 pm
by feyd

Posted: Sat Dec 02, 2006 8:05 pm
by paul_20k
thanks

Posted: Sat Dec 02, 2006 8:18 pm
by Flamie
or serialize()

Posted: Sat Dec 02, 2006 8:32 pm
by Z3RO21
Not good practice to pass variables for pages through the URL easy for the user to change them. Sessions they don't see anything but an ID.