How can we get the browser properties using PHP?
Answers
Answered by
0
The browser properties can be obtained by a simple PHp code.
The following code will return an array of the browser name,version and platform.
Example:-
<?php
echo $_SERVER['HTTP_USER_AGENT'] . “\n\n”;
$browser = get_browser();
print_r($browser);
?>
plz mark as brainliest
Similar questions
Math,
6 months ago
Computer Science,
6 months ago
Social Sciences,
1 year ago
Political Science,
1 year ago
English,
1 year ago
Math,
1 year ago