How can we get the browser properties using PHP?
Answer Posted / pritam m
get_browser(string user_agent, bool return_array)
this function returns the browser info , but for this it depend upon the user and also the 'browscap' parameter need to set to point to the correct location of browscap.ini on your system.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Do I need apache for php?
How to set cookies?
What is the different between count() and sizeof() in php?
How is the comparison of objects done in php?
How do I run a php program in dreamweaver?
How to enable error reporting in php?
What are sql injections, how do you prevent them and what are the best practices?
Can you define an argument as a reference type?
Describe PHP error and logging information?
Write a program to find no of days between two dates in php?
What is c++ polymorphism?
What Is a Persistent Cookie?
How to check a variable is array or not in php?
What does the arrow mean in php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?