Detecting user browser with PHP and displaying notice accordingly -
what efficient way detect user's browser using php? need function block users ie accessing website pages , pop them link towards chrome, ff , safari (they choose 1 wish download...). (reason: i'm using various jquery functions , scripts don't work/show on ie , want visitors have optimal experience).
perhaps, $_server['http_user_agent'] can help
Comments
Post a Comment