
May 24th, 2000, 05:22 PM
|
|
Contributing User
|
|
Join Date: Jan 2000
Posts: 54
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
I am currently maintaining data between pages by explicitly passing the values within the URL. For example, <a href="test.php3?<?php echo "user=$user&code=$code&prefs=$prefs"; ?>">
I seem to remember having read of a way to do this more or less implicitly; however, I'm not having any success finding the reference.
Thanks in advance,
Rick
[This message has been edited by rtoews (edited May 24, 2000).]
|