These are not the real credentials. They are just an example.
<!-- secure.php -->
<?php
$host = "localhost"; // Host name - this is real
$user = "Aardvark"; // User name - this is an example
$password = "L3mMming"; // Password - this is an example
$database = "foo"; // Database name - this is real
?>