I was wanting to build a website that would give a certain output depending on the browser used. I want someone to visit my site http://www.domain.com then if they are using a wap client, they get a wap page, pocket pc they get pocket pc page, then if nething else, a html page.
something like user agent or something i though might work.
if wap client {
include(wap.php)
}
else
if pocket pc {
include(pocketpc.php)
}
sorta thing. if ne one know how, please let me know, ne help appreciated