Gayner Posted October 10, 2009 Share Posted October 10, 2009 I want to get both of these in my url $_GET["i"] and $_GET["a"] i can only do &i=bla bla but i want to do &i=blabla&a=blabla how do i add em together Thx Link to comment https://forums.phpfreaks.com/topic/177169-solved-_geti-and-_geta/ Share on other sites More sharing options...
Bhaskar Posted October 10, 2009 Share Posted October 10, 2009 I want to get both of these in my url $_GET["i"] and $_GET["a"] i can only do &i=bla bla but i want to do &i=blabla&a=blabla how do i add em together thanks Can you please explain me your requirement properly. So that i may help u. You mean you want to send two parameters(i and a) in the url ?? Link to comment https://forums.phpfreaks.com/topic/177169-solved-_geti-and-_geta/#findComment-934150 Share on other sites More sharing options...
colap Posted October 10, 2009 Share Posted October 10, 2009 I want to get both of these in my url $_GET["i"] and $_GET["a"] i can only do &i=bla bla but i want to do &i=blabla&a=blabla how do i add em together thanks Can you please explain your problem in details? Link to comment https://forums.phpfreaks.com/topic/177169-solved-_geti-and-_geta/#findComment-934152 Share on other sites More sharing options...
Daniel0 Posted October 10, 2009 Share Posted October 10, 2009 Take a look at http_build_query. Link to comment https://forums.phpfreaks.com/topic/177169-solved-_geti-and-_geta/#findComment-934166 Share on other sites More sharing options...
Gayner Posted October 10, 2009 Author Share Posted October 10, 2009 Take a look at http_build_query. SWEET THANK US IR Link to comment https://forums.phpfreaks.com/topic/177169-solved-_geti-and-_geta/#findComment-934173 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.