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?

Answers were Sorted based on User's Feedback



How can we get the browser properties using PHP?..

Answer / umapathi

$_SERVER['HTTP_USER_AGENT'];

Is This Answer Correct ?    107 Yes 9 No

How can we get the browser properties using PHP?..

Answer / 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

How can we get the browser properties using PHP?..

Answer / binoyav

You can use get_browser() function

$browser_details = get_browser(null, true);
print_r($browser_details);

Is This Answer Correct ?    22 Yes 8 No

How can we get the browser properties using PHP?..

Answer / tomer

You can get all the information using this tool
http://www.BrowserProperties.com

Tell us how you did

Is This Answer Correct ?    5 Yes 5 No

How can we get the browser properties using PHP?..

Answer / phpwizz

THANKS!!! Great website!

Is This Answer Correct ?    4 Yes 4 No

How can we get the browser properties using PHP?..

Answer / hoshang karanjekar

In php.ini file there is a option. Max-upload_size. . Change the value as u want. I can upload the file easily

Is This Answer Correct ?    0 Yes 1 No

How can we get the browser properties using PHP?..

Answer / sumapathi

go to the browser and ask its properties directly!!!...or
else die!!!.....

Is This Answer Correct ?    15 Yes 78 No

Post New Answer

More PHP Interview Questions

How does cookies work in php?

0 Answers  


What is the default time in seconds for which session data is considered valid?

0 Answers  


What does a dependant variable mean?

0 Answers  


What is a php 5?

0 Answers  


Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?

0 Answers  


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

0 Answers  


How do you identify independent and dependent variables in research?

0 Answers  


How to convert a string to lowercase in php?

0 Answers  


Where session is stored?

0 Answers  


Which function is used in php to count the total number of rows returned by any query?

0 Answers  


Which functions are used to count the total number of array elements in php?

0 Answers  


How many php functions are there?

0 Answers  


Categories