tma/header.php

19 lines
486 B
PHP

<div align=right>
<?php
setlocale (LC_ALL, 'fr_FR');
//$link = mysql_connect("localhost", "", "")
// or die("Could not connect");
//$hits = mysql_query("SELECT COUNT(*) FROM visit.visiteurs",$link)
// or die("Invalid query");
//echo strftime("%A %e %B %G | %R");
//if ($hits)
// echo mysql_result($hits,0)."<a href='visit/'> Hits</a><hr>";
//mysql_close($link);
//echo rand(10,10000000);
//echo "<a href='visit/' title=\"Vous y croyez, vous ?\"> Hits</a><hr>";
?>
</div>