We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370879f commit 000b7dfCopy full SHA for 000b7df
config.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-$db = "db";
+$db = "cb";
4
$connection = mysql_connect("host", "user", "password") or die("Database Connection Problem");
5
// Test Connection
6
if (!$connection)
0 commit comments