I am making a form to add information to a database. This is basic for learning. My problem right now is when I try to access the form through wamp. It is saying that mysqli_connect is unable to access the database because the database is unknown. The problem is on line 101 which is:
$connect = mysqli_connect($host, $user, $pw, $db) or die(mysqli_error());
Not sure if I did anything wrong, but I am not seeing the problem.