SirChick Posted December 13, 2007 Share Posted December 13, 2007 Can GET urls carry more than just one bit of information? I want to carry over 2 ID's of two different users and find a way to get both of the ID's into variables on the next page without any issues... has this been done before or is it not possible? If it is possible how do you separate the two in the url so when you pull them from the url it knows where they are separate ? Hope you can help! Thanks all. Quote Link to comment Share on other sites More sharing options...
rab Posted December 13, 2007 Share Posted December 13, 2007 http://site.com/page.php?user1=user&user2=user echo $_GET['user1'].' - '.$_GET['user2']; Quote Link to comment Share on other sites More sharing options...
SirChick Posted December 13, 2007 Author Share Posted December 13, 2007 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.