How can we get the browser properties using PHP?
Answer Posted / pappu kumar sharma
$browser = get_browser(null, true);
print_r($browser);
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of a query?
What are the encryption functions in php?
What is the purpose of basename() function in PHP?
How to convert numbers to strings in php?
What are the data types in php?
How can you associate a variable with a session?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
What are the different opening and closing tags available in PHP?
What is csrf token in php?
Do you know when sessions ends?
What is use of mysqli_query in php?
What is php in simple words?
What is a path Traversal?
What is csrf token and how will you add csrf token in ajax?