I have three different versions of a mobilized website, and as the market is flooded with more and more phones, I'm struggling to keep up with knowing where to push them. I'm wondering if anyone has faced a similar issue, of how to detect the browser type, and forward to the appropriate version of the mobilized website (where it be text, simple html, advanced html and javascript). I would be very interested in hearing the other solutions that other's have tried.
Basically the text version is for phones that don't support CSS or Javascript the Simple version is for phones that don't support Javascript The Advanced version is for phones that support CSS and Javascript.
Maybe there is a better way of handling it with this condition?
(Server/Client side being used are PHP + Javascript)
Thank you in advance.