Hello,
How to check for mobile phones supports HTML? It must be checked in server side with php. It is possible?
Ramunas
Hello,
How to check for mobile phones supports HTML? It must be checked in server side with php. It is possible?
Ramunas
You must analyze the contents of the HTTP header 'Accept'. It must contain a substring 'text/html'. As I remember, it is accessible in php as $_SERVER['HTTP_ACCEPT'].