8
eljamz
8y

There's two types of people:

if ($foo == $bar) {
// Something...
}

AND

if($foo==$bar)
{
// Something...
}

Comments
Add Comment