Coder Social home page Coder Social logo

impftermin-formular-php's Introduction

Impftermin Formular (PHP)

Mit dieser PHP Website können Sie ihre Patienten ganz einfach Online einen Impftermin vereinbaren.

Dies spart Zeit und erleichtert den Kommunikationsweg.

Installation & Einrichtung

Um die Website zu Installieren, laden Sie einfach den Source Code herunter und legen ihn auf ihrem Webserver ab.

Die Website einzurichten ist nicht sonderlich kompliziert. Um alle nötigten Informationen einzutragen, öffnen Sie einfach die Datei index.php. In der Datei finden Sie einen abschnitt, in dem Sie alle benötigten Daten eintragen können. Der Abschnitt sieht in etwa so aus:

$CONFIG = [
    "praxis" =>             "Deine Praxis",
    "website" =>            "https://www.deine-website.de",
    "impressum" =>          "https://www.deine-website.de/impressum",
    "datenschutz" =>        "https://www.deine-website.de/datenschutz",
    "mindestalter" =>       0,
    "wartezeit_info" =>     "Bitte bedenken Sie, dass bei spezifischer Auswahl des Impfstoffes eine längere Wartezeit anfallen könnte.",
    "mobilnummer_suffix" => "(WhatsApp)",
    "email_sender" =>       "[email protected]",
    "email_empfaenger" => [
        "[email protected]",
        "[email protected]"
    ],
    "email_einstellungen" => [
        "host" =>       "smtp.dein-server.de",
        "username" =>   "[email protected]",
        "password" =>   "super_geheimes_passowort",
        "encryption" => "tls",
        "port" =>       587
    ],
];

Genauere Informationen zu den einzelnen Konfigurationspunkten finden Sie in der Datei.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.