Utilisation ‘HTTP_USER_AGENT’ pour l’identification des navigateurs

Author:


Download

<html>
<head>
<title>Utilisation des Variables</title>
</head>
<body>
<div>
<p>
Navigateur: <b><?php print $_SERVER['HTTP_USER_AGENT'] ?></b><br />
Page référée: <b><?php print $_SERVER['HTTP_REFERER'] ?></b>
</p>
</div>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


6 + nine =