views:

40

answers:

1

Hello,

I have a customer that requires a flash intro in the index page, what I would like to check if the user accesses from a mobile phone, and if so to redirect the user to the main page without the intro.

All help is welcome, Adnan

+1  A: 

See this. You'll have to use the User-Agent HTTP header value.

Anton Gogolev