PHP compare array

if ( $a == $b ) {
    echo 'We are the same!';
}

Leave a Comment