I was just wondering...is there a way to customize my page based on the browser it's being accessed from using PHP? I've already looked into the get_browser() method and got the following warning from my site:
Warning: get_browser(): browscap ini directive not set. in /home/fenroy/domains/livemyth.frih.net/public_html/test.php on line 5
It would be really nice if I could do this because IE stabs my page through the throat. For an appropriate example, look at this page in both Firefox and IE. You should notice issues with both the outermost border and the navigation area.
Warning: get_browser(): browscap ini directive not set. in /home/fenroy/domains/livemyth.frih.net/public_html/test.php on line 5
It would be really nice if I could do this because IE stabs my page through the throat. For an appropriate example, look at this page in both Firefox and IE. You should notice issues with both the outermost border and the navigation area.
