Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we get the browser properties using PHP?

Answer Posted / munish saini

echo $_SERVER['HTTP_USER_AGENT'] . "<hr />\n";

$browser = get_browser();

foreach ($browser as $name => $value) {
echo "<b>$name</b> $value <br />\n";
}

Is This Answer Correct ?    28 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php easier than node?

992


What is $_ files in php?

1194


How long is session timeout?

1049


How to include variables in double-quoted strings in php?

1013


What is singleton class in php?

1041


How to create an array of a group of items inside an html form?

1042


Explain the importance of the function htmlentities.

1048


Explain what is meant by pear in php?

1049


How to execute a php script from the command line?

1160


What is apache and php?

970


What is a php trait?

1000


What is polymorphism with example in php?

1003


What is the php function that removes the last element of the array and returns it?

1010


What is csrf validation?

1148


How to remove leading and trailing spaces from user input values?

1022