I would like to be able to detect a user's platform and load content based on whether the user is using a mobile phone or computer to view the site. Preferably I'd like to use a php include() to load a full page based on the conditions above. CSS would be next although I'd prefer php because I also want the content to be a bit different for the mobile version. I basically need to serve up 2 versions of the site:[*]For regular computer[*]For cell phone browsersIs this doable or am I going down a dead end road.Thank you for any help.