Schlock

<!DOCTYPE html>
<html>
<body>

<?php
$d=date("Y")-20 . "-" . date("m") . "-" . date("d") ;
$xx = "<a href=\"https://www.schlockmercenary.com/" . $d . "\">schlock</a>";
echo $xx;
?>

</body>
</html>