Ferosdt / Chat-app

0 stars 0 forks source link

config.php #2

Open Ferosdt opened 2 months ago

Ferosdt commented 2 months ago

<?php $host = 'localhost'; $db = 'chat'; $user = 'root'; $pass = '';

// Create connection $conn = new mysqli($host, $user, $pass, $db);

// Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } ?>

Rachad-Alabi-ADEKAMBI commented 2 months ago

hi @Ferosdt what is the issue ? and how can i help ?