Hey Sarettah,
It works but the & in the url are copied as & and the new xml is not accessible neither with the script or browser.
Code:
http://domain.com/?aff=0000&prg=rev&profile=username
become
Code:
http://domain.com/?aff=0000&prg=rev&profile=username
So now i have the sorted file but can't use it.After some research i found that encoding="utf-8" should take care o this but...is not.Any ideas?
Thank you!