tes php jika tiga nilai sama
if ((a == b) && (b == c)) {
... they're all equal ...
}
Fine Fly
if ((a == b) && (b == c)) {
... they're all equal ...
}