I want to do a conditional in PHP for the different versions of Internet Explorer along the lines of:
if($browser == ie6){ //do this} elseif($browser == ie7) { //dothis } elseif...
I have seen many variations on similar code, but looking for something super simple that is very easy to code to do some simple if and else and do different things.
Thanks
EDIT: I need this to show some different messages to users so CSS conditionals etc are no good.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…