Vallah ich hasse PHP und SQL.
Go to file
Sam Alyx 160747df05 fixed initial sql command 2025-07-07 08:42:56 +02:00
config first commit 2025-07-03 09:13:31 +02:00
public first commit 2025-07-03 09:13:31 +02:00
src first commit 2025-07-03 09:13:31 +02:00
readme.md fixed initial sql command 2025-07-07 08:42:56 +02:00

readme.md

Tabelle erstellen:

CREATE DATABASE blackboard;

PHP Script aufrufen

Einfach im Browser auf die index.php navigieren

Kategorien definieren

INSERT INTO category 
(id, NAME)
VALUES
(1, 'Autos'),
(2, 'Zweiräder'),
(3, 'Computer'),
(4, 'Bücher'),
(5, 'Spiele'),
(6, 'Propan und Propanzubehör'), 
(7, 'Erotik');