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 use of htmlspecialchars in php?
What are the 5 types of data?
How the result set of mysql be handled in php?
What is delimiter php?
Where session is stored?
What is an example of a variable?
How do you pass a variable by value in php?
Explain the casts allowed in PHP?
Tell me what's the difference between include and require?
What is parent __construct ();?
What are the difference between array_keys() and array_key_exists() in php?
Tell me what is the use of "ksort" in php?
What are the three classes of errors that can occur in php?
Does browser understand php?
What is session in PHP. How to remove data from a session?