Possible Duplicate:
Reference - What does this symbol mean in PHP?
I've been doing conditionals with if/else or a year or so now. Looking at some new code, I'm seeing a conditional that appears to use ?
and :
instead of if and else. I'd like to learn more about this, but I am not sure what to google to find articles explaining how it works. How can I do it?