Skip to content

Commit b684b03

Browse files
committed
fix pdo
1 parent 38b6a51 commit b684b03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pdo.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
session_start();
33
ob_start();
44
ini_set('display_errors', 0);
5-
/*
5+
66
$HOST = 'sql12.freemysqlhosting.net';
77
$PORT = 3306;
88
$DB_NAME = 'sql12561191';
@@ -14,7 +14,7 @@
1414
$DB_PASSWORD
1515
);
1616
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
17-
*/
17+
/*
1818
$HOST = 'localhost';
1919
$PORT = 3306;
2020
$DB_NAME = 'sql12561191';
@@ -26,3 +26,4 @@
2626
$DB_PASSWORD
2727
);
2828
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
29+
*/

0 commit comments

Comments
 (0)