I'd like to do something like:
http://url.com/page?link=http://otherpage.com/something?action=action&id=6
but of course I can't because it would confuse everything (which ? would it consider as "right" and which &).
Solution? Java tip?
|
I'd like to do something like: http://url.com/page?link=http://otherpage.com/something?action=action&id=6 but of course I can't because it would confuse everything (which ? would it consider as "right" and which &). Solution? Java tip? |
||||
|
|
You should url encode the variable. P.s. What do you mean with "java tip"? |
|||||||
|