<?php $host='localhost'; $user='utkal'; $pass='Amebi@1234'; $db='acasv2_db'; $cont=mysqli_connect($host,$user,$pass,$db); ?>