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
Which programming language does php resemble to?
What is php resource type?
Explain me soundex() and metaphone()?
Which is faster for or foreach?
How do sessions work in php?
What are the method available in form submitting?
How can I load data from a text file into a table?
Which framework is best for php development?
What is the difference between print() and echo()?
What are include() and require() functions?
What are examples of independent and dependent variables?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is meant by MIME?
Is apache needed for php?
What does $globals mean?