Home > Backend Development > PHP Tutorial > PHP程序安装验证码不显示请教如何解决

PHP程序安装验证码不显示请教如何解决

WBOY
Release: 2016-06-13 12:58:30
Original
846 people have browsed it

PHP程序安装验证码不显示请问怎么解决?
别人的网站可以正常显示验证码,我和他是一样的程序,我安装后不显示验证码。

http://175.41.22.58:7866/ 这是我的网站
http://www.83990022.com/  这是别人的网站

既然是一样的程序,我估计可能不是程序的问题,不过我对PHP一点都不懂,我听他说这个程序“需要启用mysql event” ,我搞不懂“需要启用mysql event”是什么意思,也不知道是不是这个原因?

下面是验证码调用的代码:

<img     style="max-width:90%"  style="max-width:90%" border="0" style="margin:0;" align="absmiddle" src="/index.php/user/vcode/<?=$this- alt=" PHP程序安装验证码不显示请教如何解决 " >time?>" title="看不清楚,换一张图片" onclick="this.src='/index.php/user/vcode/'+(new Date()).getTime()"/></span><input class="inp-2 img-login" name="vcode" />
Copy after login

我找不到调用的文件在哪里,所以没办法贴代码上来

还有点登录按钮,我网站提示的是“object Error” ,别人的网站提示是“验证码不正确”。

我的服务器安装的环境是用XAMPP Control Panel安装的,请问这个问题怎么解决?
------解决方案--------------------
你的程序文件被你修改过了吧?
验证码连接 http://175.41.22.58:7866/index.php/user/vcode 中
包含有 3 个 BOM 头,致使图片数据被破坏了
请将被你修改过的程序重新保存成无 BOM 头的文件

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template