tNxlRzP/W8'; // Create connection $conn = @new mysqli($host, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error . " (Error Number: " . $conn->connect_errno . ")"); } // Fetch users ?>