Salut à tous
L'hébérgeur du site web pour qui je travaille ne supporte pas le php ... caca...
Je m'y connais pas assez en ASP pour traduire ce petit script ! Une bonne âme pour m'aider ?
<?
header("Location: index2.php" );
$browser=$HTTP_USER_AGENT;
$date=date("Y m d " );
$http=$HTTP_REFERER;
mysql_connect("66.33.48.147", "magnin", "mon password" );
mysql_select_db("magnin" );
$query = "INSERT INTO stats (date, http, browser) VALUES ('".$date."','".$http."','".$browser."'";
$result=mysql_query($query);
mysql_close();
?>
A+