/home/u866425823/domains/mastercleanindia.co.in/public_html/include/ |
Current File : /home/u866425823/domains/mastercleanindia.co.in/public_html/include/db.php |
<?php $servername = "localhost"; $username = "u866425823_admin"; $password = "Master#[email protected]"; $database = "u866425823_masterclean"; // Create connection $conn = mysqli_connect($servername, $username, $password, $database); if (!$conn) { die("Connection failed: " . mysqli_connect_error()); }