[PHP] Detecting devices i.e. PDA, Mobile

2003-10-11 Thread Shaun
Hi, I have created an online system, and have created a WAP version, and am currently crreating a PDA version. What I wuold like to to do is give out the same URL instead of domain.com for normal use, domain.com/wap/ or domain.com/pda/. Is there a way of detecting what device is loading the site

Re: [PHP] Detecting devices i.e. PDA, Mobile

2003-10-11 Thread Raditha Dissanayake
The easiest is to detect the browser because this is what really matters. Then the dimensions of the display come into the picture. There is a db of these browser capabilities and detecting and using them etc in a sourceforge project call wurlf all the best Shaun wrote: Hi, I have created

Re: [PHP] Detecting devices i.e. PDA, Mobile

2003-10-11 Thread Tom Rogers
Hi, Saturday, October 11, 2003, 10:02:31 PM, you wrote: S Hi, S I have created an online system, and have created a WAP version, and am S currently crreating a PDA version. What I wuold like to to do is give out S the same URL instead of domain.com for normal use, domain.com/wap/ or S