How can we get the browser properties using PHP?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / sumapathi
go to the browser and ask its properties directly!!!...or
else die!!!.....
| Is This Answer Correct ? | 15 Yes | 78 No |
What does $this do in php?
Tell me how to retrieve a cookie value?
What is cakephp framework?
How to enable error reporting in php?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
How long should a session last?
Does php use html?
What is the interface in php?
How do you remove duplicates from an array?
Write a program using while loop?
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
In PHP how many size data can upload by default?
9 Answers Classic Infotech, PG Software,