top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can I get the browser properties using PHP?

+1 vote
310 views
How can I get the browser properties using PHP?
posted May 21, 2014 by Karamjeet Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

With the Help of $_SERVER['HTTP_USER_AGENT'] variable, You can know your browser Properties in PHP.

answer May 22, 2014 by Mohit Sharma
Similar Questions
+2 votes

I have moderate level PHP programming skills. I am also interested in merging those skills inside of the WordPress app. With their advanced responsive design themes and many other functions it seems like a good idea. I have tried loading some PHP plug-ins in WP – but I don't seem to get them to do more than basics.

Can anybody help me on how I can get started working with PHP/MySQL inside of the WordPress app?

+2 votes

Is there a way I can clear my session data from the browser? This is for debugging when I change something. Currently no matter what I do short of exiting the browser, my session data is always retained. This makes testing very cumbersome. I am using PHP/MySQL for development.

...