File "db_connect.php"

Full Path: /home/analogde/www/Design/fileman/Fusion/task_management_system/db_connect.php
File size: 117 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 

$conn= new mysqli('localhost','root','','tms_db')or die("Could not connect to mysql".mysqli_error($con));