<?php $str_a = '240610708'; $str_b = 'QNKCDZO'; $hash_a = md5( $str_a ); $hash_b = md5( $str_b ); var_dump( $hash_a == $hash_b ); if( $hash_a == $hash_b ) { print( "$hash_a is equal to\n$hash_b" ); }
You have javascript disabled. You will not be able to edit any code.