Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 495 Bytes

File metadata and controls

35 lines (26 loc) · 495 Bytes

aks-EndOfYear-Partayy-ticket-website

SCHAU CODE JO SCHAU EINFACH CODE

install

-> alle datein die geliefert werden in den ordner

-> PHP version: 8.2.4

-> unter includes/ php mailer ordner einbauen

-> url in code anpassen

-> mailAuth.php mit

#<?php
$mailusername = '';
$mailpassword = '';
$smtpHost = '';
$smtpPort = '';
#?>

-> sqlAuth.php

#<?php
$servername = "localhost";
$username = "root";
$password = "";
$sqlPort = "";
#?>

create.sql ausführen auf db server