View Single Post
Old 09-12-2008, 01:36 PM   #6 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

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"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote