Skip to content

Commit ffea8bc

Browse files
authored
Update links-list-solution.php
1 parent 76b5861 commit ffea8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links-list-solution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Connect to the MySQL database
4-
$connect = mysqli_connect('localhost', 'root', 'root', 'sandbox');
4+
$connect = mysqli_connect('<DB_HOST>', '<DB_USER>', '<DB_PASSWORD>', '<DB_DATABASE>');
55

66
// If the connection did not work, display an error message
77
if (!$connect)

0 commit comments

Comments
 (0)