/ Published in: PHP
BrowserDetection in php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php echo '<center>'.'<strong>'.'You are using : '.$useragent = $_SERVER ['HTTP_USER_AGENT'].'</center>'.'</strong>'; ?>