How can we get the browser properties using PHP?
Answer Posted / anand wankhede
Just write it as $_SERVER['HTTP_USER_AGENT'].
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why json is used in php?
How send email using php?
What is meant by pdo in php?
Whether php supports microsoft sql server?
How to remove duplicate values from array using php?
What are the environmental variables?
Tell me in php, objects are they passed by value or by reference?
What are the options to transfer session ids?
What is a query give example?
What is the role of php?
What is the difference between exception::getmessage and exception::getline?
What is mysqli_query?
Tell me what are the encryption techniques in php?
When is a conditional statement ended with endif?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?