Connection refusal

how to connect with the database that i created

@actysun you can try this,
$conn=mysqli_connect(“dbhost”,“dbuser”,“dbpass”,“dbname”);