Passing a value between pages during navigation
Hello all,
To the point: Selecting an option on the first page passes the query string value, in this case, 11, to the next page.
The next page presents numerous bits of data, in this case short prargraphs. There are only three paragraphs shown per page, and a navigation system is in place to allow the user to go back and forth between these groups of paragraphs.
It all works seamlessly.
What I want to ADD is the ability to pass the original query string value along (11) each time the user goes forward or back using the navigation links.
The navigation system is PHP and reloads the same page with the appropriate data.
I just want to pass a value along...how?
Thanks in advance!
Sincerely,
wordman
