get_browser()
It returns the capabilities of the user’s browser
Example
<?php
echo “<pre>”;
print_r( get_browser(null,true));
?>
Beginner's Guide....
It returns the capabilities of the user’s browser
Example
<?php
echo “<pre>”;
print_r( get_browser(null,true));
?>