Ver original<?php $c1 = md5($_POST["captcha1"]); $c2 = $_SESSION["hash"]; if($c1 == $c2){ echo "OK"; } else{ echo "BAD"; } ?>