7
rox79
2y

Hey devs!!

I just can't stop myself from sharing this.

Its been two years now ... my junior is working. and now she is handling standalone WP projects.. but somehow her task got stucked so I was asked to help her.

So I just said check the count of variables and she messaged me with code .. Ma'am this isn't working .. Haha.. I mean come on she better can google out atleast for syntax :(

<?php if(count($content2 == 3) && count($interestt2 == 3))
{
print_r($content2);
print_r($interestt2);
}else{
echo "not checked";
}
?>

Comments
  • 2
    This is a little scary after 2 years experience. She’s counting a Boolean. Hopefully this was just from having a bad brain day
  • 1
    @TeachMeCode Haha Yeah hope .. I just laughed and ignored
Add Comment