the output redirect should be something like:
"Location: http://new_URL"
take the "http://new_URL" - eventualy using reg_exp
and get the content of the new_URL (use `fopen').
In a normal case it should work, the problem is if the new_URL is looking for cookies or stuff like that.
PM