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
Explain how can we execute a php script using command line?
Is empty in excel?
Will react hooks replace redux?
Which framework is best for php?
What is the definition of a session?
How to read and display a HTML source from the website url?
What is the difference between get and post in php?
What does $_server mean?
Does php class need constructor?
How to find datatype of variable in php?
How do I sort numbers in php?
Is overloading possible in php?
What is php written in?
What do you mean by having php as whitespace insensitive?
How to send a cookie to the browser?