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 Quote Link to comment 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 ?? Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 10, 2009 Share Posted October 10, 2009 Take a look at http_build_query. Quote Link to comment 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 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.