PHP -Test, wenn drei Werte gleich sind

if ((a == b) && (b == c)) {
   ... they're all equal ...
}
Fine Fly