Hi!
I got a string containig an URL which I send using GET to another file.
To get correct URL after GET, I've been using stripslashes().
It works for "normal" URLs, but when the URL contains a '&' , the string get cropped and ends with the letter before '&'.
Can anybody help me with this problem??