Browser DetectionScript in php


/ Published in: PHP
Save to your folder(s)

BrowserDetection in php


Copy this code and paste it in your HTML
  1. <?php echo '<center>'.'<strong>'.'You are using : '.$useragent = $_SERVER ['HTTP_USER_AGENT'].'</center>'.'</strong>'; ?>

Report this snippet


Comments


You need to login to view comments.