Skip to content

DiyRex/TelePHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TelePHP

Send data to telegram bot in php

USAGE :

Download and extract files to your working DIR & Use the below snippet :)

<?php

include './telegram.php';

if (!empty($_POST['variable'])) {
  $content = $_POST['variable'];
  SendMessage($content); // Call the function to send data to tele bot :)
}

?>

About

Send data to telegram bot in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages