How can we get the browser properties using PHP?
Answer Posted / anand wankhede
Just write it as $_SERVER['HTTP_USER_AGENT'].
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why do we need session?
What is php addslashes?
What are PHP Magic Methods/Functions. List them.
How to remove the new line character from the end of a text line in php?
Does php require a web server?
Why print_r is used in php?
How to send email using php script?
What is the difference between $argv and $argc? Give example?
What is difference between html and php?
What does $_files means?
Can php run without apache?
What is php session_start() and session_destroy() function?
What is session in PHP. How to remove data from a session?
Who is the father of php and what is the current version of php and mysql?
What is a controller in php?