How do you get the Browser information?
Answer Posted / ram
<?php
echo $_SERVER['HTTP_USER_AGENT'];
?>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can you compare objects in php?
Tell me is it possible to submit a form with a dedicated button?
What is php's mysqli extension?
What is php routing?
Can you define an argument as a reference type?
What are the steps for the payment gateway processing?
What is meant by public, private, protected, static and final scopes?
Php code to find whether a number armstrong or not?
What is the static variable in function useful for?
What are the uses of php language?
Explain php split() function.
How can we create a database using php?
What is the maximum size of a table in mysql?
How to get the position of the character in a string in php?
Is php used in 2019?