Utilisation ‘HTTP_USER_AGENT’ pour l’identification des navigateurs November 21, 2011 Author: user {filelink=12648} <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> Categories: Uncategorized