Post from 2024-10-02 09:07:12

if ($animal1 == $animal2 ){
if ($animal1 !== $animal2){
echo "you are not equal enough, sry";
}
}

#orwell #php
permalink | main