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
Is php easier than node?
What is $_ files in php?
How long is session timeout?
How to include variables in double-quoted strings in php?
What is singleton class in php?
How to create an array of a group of items inside an html form?
Explain the importance of the function htmlentities.
Explain what is meant by pear in php?
How to execute a php script from the command line?
What is apache and php?
What is a php trait?
What is polymorphism with example in php?
What is the php function that removes the last element of the array and returns it?
What is csrf validation?
How to remove leading and trailing spaces from user input values?