Vallah ich hasse PHP und SQL.
Go to file
Sam Alyx f3d824612a fixed typos in readme.md 2025-07-03 09:53:12 +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 typos in readme.md 2025-07-03 09:53:12 +02:00

readme.md

Tabelle erstellen:

CREATE TABLE 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');