09-12-2008, 01:36 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Best way to pass it it definitly through GET's, unless you're posting (huge) amounts of data. Then, of course, you can use POST or rather use a database.
For later use, you can also save it encoded into a Cookie, and remove it when you're done. (first setcookie with the data, and then the same but with empty values)
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|