PHP URL parameters

They have: 39 posts

Joined: Jun 2000

How can you pass and recieve url parameters using php?

Thanks!

Busy's picture

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;
?>
.... and btw
<?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.