Forgive me if this is a common thing but I\'m not sure how I should go about it.
I would like to see if three variables are identical to each other
I thought
Dont think you can do it simpler then:
if ($one == $two && $two == $three)