PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I would like to know if the php include occurs only for case msie6 or if the file is included anyway, the code above is just an example, I use many includes on switch statements and I am curious whether PHP actually includes the file for any case regardless of the call being placed for a certain case on the switch.