# Import a Link with "&"?

**URL:** https://forum.kirupa.com/t/import-a-link-with/252454
**Category:** flash
**Created:** [February 20, 2008, 10:22am UTC](https://forum.kirupa.com/t/import-a-link-with/252454 "2008-02-20T10:22:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Macsy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/macsy/32/3238_2.png) [@Macsy](https://forum.kirupa.com/u/Macsy)
#### Post date: [February 20, 2008, 10:22am UTC](https://forum.kirupa.com/t/import-a-link-with/252454/1 "2008-02-20T10:22:21Z")

</div>

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?
