Unstoppable Domains

Disable a file ...tricky?

Spaceship Spaceship
Watch

chris_reilly

Established Member
Impact
2
Hello,

On the site i am building it has certain features that work awesome in Firefox but when in IE....forget it!!

Anyway, is there a way to disable a certain file if the user is on the site using IE?

So i need footer_chat.php disabled if you use IE, is this possible?

thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Check if the user-agent contains the string ‘MSIE’:

PHP:
if(!strstr($_SERVER['HTTP_USER_AGENT'], 'MSIE')){
    // Do non-IE stuff
}
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back