thats a self made link, or within a form the names of the form items become parameters. the form way you'd only need the nextpage link as the forms details would carry thru.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Busy posted this at 21:12 — 15th February 2002.
He has: 6,151 posts
Joined: May 2001
you mean from one page to the next kinda thing?
toms link
then on page you could have:
Your name is
<?php
echo "$lastname, $name $lastname;
?>
<?php
echo "$name is $age";
?>
thats a self made link, or within a form the names of the form items become parameters. the form way you'd only need the nextpage link as the forms details would carry thru.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.