Yahoo is zero !

Ever tried to search for ’0′ (zero) on yahoo.com ? It’s not possible to search for it, probably because ’0′ is interpreted as ‘false’ in a test like this:

if ( $query ) {
}

instead of doing something like:

if ( $query != ” ) {
}

About these ads