Import a Link with "&"?

Hello
Was to import a long link from a .txt file.
The link has several “&” which makes lots of other variables.
This is the part of the txt files that makes error:
&link=http://kartor.eniro.se/#&what=map_adr&mop=aq&searchInMap=1&mapstate=7;11.936624;57.699601;s;11.922230733284009;57.70404954823614;11.950997191128383;57.6951755775288;1041;606&mapcomp=;;;Stigbergsliden;7;;41463;G%D6TEBORG;;;;;11.93662417273772;57.699600884345415;0;0;;G%D6TEBORG;maps_address.199320.11;0&geo_area=Stigbergsliden%207,%20414%2063%20G%F6teborg&stq=0&pis=0

The PHP get vars is making my unable to import this normally with loadVars, since the “&link” var is stopping at …eniro.se/# .
How would i make loadVar import this hole link as 1 big string?