I went to view page source and seen this in the HTML for a select drop-down list that is populated by a query:
Notice: Constant DB_USER already defined in C:\xampp\htdocs\bookhippie\mysqli_connect.php on line 8
Notice: Constant DB_PASSWORD already defined in C:\xampp\htdocs\bookhippie\mysqli_connect.php on line 9
Notice: Constant DB_HOST already defined in C:\xampp\htdocs\bookhippie\mysqli_connect.php on line 10
Notice: Constant DB_NAME already defined in C:\xampp\htdocs\bookhippie\mysqli_connect.php on line 11
Should I be concerned about this? And if so, what should I be looking for in the PHP?
Thanks!