$ms = md5($transactionid.':'.$secretkey);
You need to concatenate with .
solved Divide md5 function with colon (:) [closed]
$ms = md5($transactionid.':'.$secretkey);
You need to concatenate with .
solved Divide md5 function with colon (:) [closed]