Forum Discussion
Wasidigital
Mar 13, 2024Copper Contributor
DB Connectivity Error
<?php $servername = "localhost"; $username = "username"; $password = "password'; $database = "ytmp3_db"; // Create connection $conn = new mysqli($serverneme, $username, $password, $database); // Che...
olafhelper
Mar 14, 2024Bronze Contributor
I can't seem to pinpoint what's causing the issue
Wasidigital , and what for an issue do you have; you haven't mentioned it in any way?