Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP scripts allow you to send form data to email / telegram / webhook or save it locally

Description

email.php - Send form data to email. Enter your email in setup section.

telegram.php - Send form data to telegram Bot. Enter Bot API Token and your user id in setup section (check your user id in @userinfobot).

webhook.php - Send form data in URL query params to webhook. Enter URL and method in setup section.

local.php - Save form data locally in txt file.

How to setup

  1. Rename one of files to order.php
  2. Change your html with form page:
<form action="order.php" method="POST">
    ...
</form>
  1. Run website on server with installed PHP

About

Set of scripts to send HTML form data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

Contributors

Languages