I keep getting this error"
Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\php-contact-form\index.php on line 8
this is the connection i used:
$conn = mysqli_connect("localhost","root","Guyle4u2021","newDolce") or die("Connection Error: " . mysqli_error($conn));