PHP Code:
if (?)
{
    echo 
'You\'re using IE';
}
else
{
    echo 
'You're using something else';

What's the "?"