PHP Include w/If IE Condition Statement?

Posted on 16th Feb 2014 by admin

I was having a problem with Internet Exploder (big surprise, right?) displaying my drop down menus improperly. I found a solution that works ... I have a PHP file that I place as an include on all my pages and the drop down menus, on IE, are cool.

But my problem, at present, is this:
I need to have that PHP Include (for IE) loaded, in place of my regular PHP Include (for all the other browsers), when some one is using the IE browser.

Is there a way to write an "If IE" conditional statement for a PHP Include?

Thanks

Other forums