I would like to make a frame to a movie url at yourfilehost.com (this is allowed by yourfilehost.com). But i'm far from a skilled php programmer. To be honest im a newbie with php.
So here is my question. i have link from my site like: ttp://www.mydomain.com/out.php?url=http://www.yourfilehost.com/media.php?cat=image&file=1929VAN2.jpg
And i try to grab the full yourfilehost url with:
$movieurl = $_GET['url'];
And then echo $movieurl as a frame. But it hangs and i see it only grabs this part:
http://www.yourfilehost.com/media.php?cat=image
Anyone knows a solution for this?