A Brief Discription

My photo
Hello friends, first of all i would like to tell you about myself that your friend is a very small part of this world same like you. I m a 24 years old man and don't feel till now that i am adult.Professionally i m a web developer in pink city in India.

Tuesday, August 18, 2009

How we know browser properties?

get_browser() attempts to determine the capabilities of the user's browser. This is done by looking up the browser's information in the browscap.ini file.

echo $_SERVER['HTTP_USER_AGENT'] . "
\n";

$browser = get_browser();

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

No comments:

Post a Comment