Forum Moderators: coopster
$file = implode("",file("http://www.webmasterworld.com/somefile.php?s=".$s));
But it seems that it's opening the file, but not passing the GET vars. Any ideas? Can this only be done via fsockopen?