From fd1641c6b1362a96149c1ffab78479e5aa26b228 Mon Sep 17 00:00:00 2001 From: Johannes Rubenz Date: Tue, 13 Mar 2018 15:26:10 +0100 Subject: [PATCH] Update start.md Might cause confusion as the following text deals with postgres --- content/php-db-lesen/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/php-db-lesen/start.md b/content/php-db-lesen/start.md index 16b680c..b4fbd17 100644 --- a/content/php-db-lesen/start.md +++ b/content/php-db-lesen/start.md @@ -23,7 +23,7 @@ Hier werden die „PHP Database Objects“ (PDO) vorgestellt, siehe auch ### Verbindungsaufbau -So funktioniert der Verbindung-Aufbau (und -Abbau) zur mysql-Datenbank: +So funktioniert der Verbindung-Aufbau (und -Abbau) zur Datenbank: $dbh = new PDO($DSN, $DB_USER, $DB_PASS);