y lo hago asi
Código PHP:
wap_browser = Request.ServerVariables("HTTP_ACCEPT")
if wap_browser = InStr(wap_browsero , "vnd") then
response.Redirect("/mobile/")
response.Write("detecta")
else
response.Write("no detecta")
end if
application/vnd.rim.html,text/hmtl, image/vnd.rim.png,image/jpeg,application/x-vnd.rim.pme.b,application...
lo que quiero es que si la cadena tiene vnd me detecte
pero ahora no lo hace