Skip to content

Instantly share code, notes, and snippets.

@mckelvin
Last active December 14, 2015 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mckelvin/5011050 to your computer and use it in GitHub Desktop.
Save mckelvin/5011050 to your computer and use it in GitHub Desktop.
<?php
if (strcmp($code, $_SESSION['code']) != 0)
{
$_SESSION['code'] = '';
echo '<script language="javascript">
alert("验证码错误,请重新输入!");
location = "javascript:history.go(-1)";
</script>';
exit();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment