把一段php图片生成代码嵌入html中时,php部分出现的却是乱码是什么原因呢?
解决办法:上面的代码结果是产生一个图片
把这个文件作为一个单独的PHP并在HTML中用标签进行调用。
直接插入当然是乱码,因为浏览器已经按照HTML的方式去处理了,半截你再来个图片格式,当然不行。
调用方法:
使用的时候直接用html语法:调用就可以了,在服务端做验证时取session存储的验证字符与用户提交的字符进行比较,相同则通过验证
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