This is because you haven't url encoded the redirect url - the script sees each variable as a seperate entity, so "&a=123&m=123" would be in two further variables called a and m.
You can do two things. Either urlencode the web address before you pass it to the sscript so it doesn't get cut up, or have a seperate loop in the script to construct the entire address from the whole $_GET value.
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks