Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. http://www.my.site/test.php?link[]=http://stackoverflow.com/?as=2&bs=2&link[]=http://stackoverflow.com/?af=2&bf=2
  2.  
  3. echo 'http://www.my.site/test.php?link[]=' .
  4. urlencode('http://stackoverflow.com/?as=2&bs=2') . '&link[]=' .
  5. urlencode('http://stackoverflow.com/?af=2&bf=2')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement