79666414

Date: 2025-06-15 08:39:40
Score: 2
Natty:
Report link

$host_name = 'db5005797255.hosting-data.io';

$database = 'dbs4868780';

$user_name = 'xxxxxxxxx';

$password = 'xxxxxxxxxxxxxxxxxxxx';

$link = new mysqli($host_name, $user_name, $password, $database);

if ($link->connect_error) {

die('\<p\>Failed to connect to MySQL: '. $link-\>connect_error .'\</p\>');

} else {

echo '\<p\>Connection to MySQL server successfully established.\</p\>';

}

?>

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): xxxxxxxxx
  • Filler text (0): xxxxxxxxxxxxxxxxxxxx
  • Low reputation (1):
Posted by: Neil