briancray / PHP-URL-Shortener

577 stars 216 forks source link

does not accept the longurl second parameter? #16

Open zpol opened 9 years ago

zpol commented 9 years ago

I'm shorting as longurl:

http://fqdn.com/blah/?param1=XXX&param2=YYY

the url shortener is cutting my longurl like: http://fqdn.com/blah/?param1=XXX just missing the second parameter from the & to the end of URL, why?

Thanks in advance.

Cheers!

SOLVED: urlenconding or escape from javascript just solve the issue :p