Vallah ich hasse PHP und SQL.
Go to file
Sam Alyx d1ce68521a added readme.md 2025-07-03 09:52:34 +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 added readme.md 2025-07-03 09:52:34 +02:00

readme.md

Tabelle erstellen:

CREATE TABLE blackboard;

PHP Script aufrufen

Einfach im Broder 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');