Answer Posted / munish saini
echo $_SERVER['HTTP_USER_AGENT'] . "<hr />\n";
$browser = get_browser();
foreach ($browser as $name => $value) {
echo "<b>$name</b> $value <br />\n";
}
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
What is the importance of "action" attribute in a html form?
Why is facebook still using php?
Which is true about the singleton design pattern?
Does jwt protect against csrf?
Why php is better?
What is stripslashes php?
Tell me how can we define a variable accessible in functions of a php script?
Can constructor be private in php?
Which will check if a function exists?
Is key in array php?
What function should you use to join array elements with a glue string?
How to create a table to store files?
What is the current stable version of php? What advance thing in php7?
How to call a php function from html button?
Which function would you use to insert a record into a database in php?