How can we get the browser properties using PHP?
Answer Posted / pappu kumar sharma
$browser = get_browser(null, true);
print_r($browser);
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is it easy to learn php?
Does session expire on closing browser?
What are static variables in php?
Why does sql injection happen?
What is cookie and why do we use it?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Tell me how to execute an sql query? How to fetch its result?
Is php worth learning in 2019?
How check field is empty or not in php?
How to return a value back to the function caller?
What is php built on?
How to create a session? How to set a value in session? How to remove data from a session?
What is difference between strstr() and stristr() in PHP?
Tell me what is the default session time in php?
What is difference between array_merge and array_combine?