database to html page connection db.php

<?php


$con= mysqli_connect("localhost","root","","ecommerce");



?>