Page 1 of 1

transferring info from one webpage to another

Posted: Tue Sep 22, 2009 2:42 am
by grachtengroen
hi,

I have a list of words, that are stored in a table. I want to be able to display one word at a time each time you display the next word it will be in another webpage. I've looked into Sessions, and I could pass an index from one page to another.

Is there another way to pass data from one web page to another?

thanks,
Doron

Re: transferring info from one webpage to another

Posted: Tue Sep 22, 2009 5:19 am
by jackpf
Cookie.
In the query string.
Post data.

Stuff like that :)