transferring info from one webpage to another

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
grachtengroen
Forum Newbie
Posts: 1
Joined: Tue Sep 22, 2009 2:30 am

transferring info from one webpage to another

Post 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
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: transferring info from one webpage to another

Post by jackpf »

Cookie.
In the query string.
Post data.

Stuff like that :)
Post Reply