Hi,
I am trying to pass a url to a different page as a GET variable.
Example:
[url]http://www.domain.com/mypage.php?file_path=http://www.domain.com/index.php?id=3&type=new[/url]
For some reason when I do:
$file_path = $_GET["file_path"];
It appears to cut off anything after the '&'.
Has anyone encountered this problem and know of a good solution to overcome it?