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. Link to comment https://forums.phpfreaks.com/topic/81569-solved-get-carrying-2-bits-of-info/ 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']; Link to comment https://forums.phpfreaks.com/topic/81569-solved-get-carrying-2-bits-of-info/#findComment-414233 Share on other sites More sharing options...
SirChick Posted December 13, 2007 Author Share Posted December 13, 2007 thanks Link to comment https://forums.phpfreaks.com/topic/81569-solved-get-carrying-2-bits-of-info/#findComment-414241 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.