2025-07-08 10:51:57 +02:00
2025-07-07 14:50:48 +02:00
2025-07-07 14:28:11 +02:00
2025-06-27 10:54:24 +02:00
2025-06-12 16:50:51 +02:00
2025-07-07 15:08:56 +02:00
2025-07-08 10:51:57 +02:00
2025-07-07 10:50:51 +02:00
2025-06-16 10:06:31 +02:00
2025-06-12 16:49:49 +02:00

EIA Notes App

Git Commands

git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin http://git.pb.bib.de/PBBFA23CIV/EIANotesApp.git
git push -u origin main

Remember to update the credentials in Datebase.php

private $dbName = "..."; //Datenbankname
private $linkName = "mysql.pb.bib.de"; //Datenbank-Server
private $user = "..."; //Benutzername
private $pw = "..."; //Passwort
Description
No description provided
Readme 1.8 MiB
Languages
PHP 68.7%
HTML 19.3%
JavaScript 6.5%
CSS 5.5%