79818480

Date: 2025-11-13 06:06:54
Score: 1
Natty:
Report link
<?php
$servername = "localhost";
$username = "root";
$password = "";
$db = "dinokak";


$conn = new mysqli($servername, $username, $password, $db);


if ($conn->connect_error) {
  die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tóth Trisztán