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
transferring info from one webpage to another
Moderator: General Moderators
-
grachtengroen
- Forum Newbie
- Posts: 1
- Joined: Tue Sep 22, 2009 2:30 am
Re: transferring info from one webpage to another
Cookie.
In the query string.
Post data.
Stuff like that
In the query string.
Post data.
Stuff like that