Home >php教程 >php手册 >简单介绍PHP验证码调用方法

简单介绍PHP验证码调用方法

WBOY
WBOYOriginal
2016-06-13 11:12:081471browse

今天为大家介绍的是有关

在模板中实现PHP验证码调用

  1.  input name="checkcodestr" 
    type="text" size="15"> 
  2.  img src="{PHPCMS_PATH}checkcode.
    php"
     id="checkcode" style="cursor:pointer;"
     alt="验证码,看不清楚?请点击刷新验证码" 
    align="absmiddle"/> 

验证PHP验证码调用是否正确的php代码

  1. checkcode($checkcodestr, 
    $PHPCMS['enableadmincheckcode']
    , $PHP_REFERER);  

该函数原型如下:

checkcode($checkcode, $enable = 1, $forward = '')

$checkcode 为用户输入的值,$enable 为当前PHP验证码调用是否启用,$forward 指定当用户输入的验证码错误后的跳转地址。


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn