How to show desktop version of website and mobile version of website automatically when the user open the website from different kind of devices? [duplicate]

To be more clear, when a visitor visit through mobile then it should redirect the visitor to the mobile version of my website ( m.site.com ) and if through desktop then redirect to the desktop version of website ( site.com ). So How can I do that? Any advice from you would be appreciated.

My website is written in php code.