Home > Backend Development > PHP Tutorial > laravel如何生成验证码,获取ip地址

laravel如何生成验证码,获取ip地址

WBOY
Release: 2016-06-06 20:33:49
Original
1267 people have browsed it

PHP有没有自带的生成验证码方法,若没有是要自行画图吗?

使用ip()方法报错提示ip function不存在,
查看手册是在class Illuminate Http Request

该如何使用这个类呢?

还有 如何伪静态使得访问 http://localhost/test.html 是访问http://localhost/test 是一样的效果。
可能表述的不好。

回复内容:

PHP有没有自带的生成验证码方法,若没有是要自行画图吗?

使用ip()方法报错提示ip function不存在,
查看手册是在class Illuminate Http Request

该如何使用这个类呢?

还有 如何伪静态使得访问 http://localhost/test.html 是访问http://localhost/test 是一样的效果。
可能表述的不好。

有专门的验证码package mews/captcha
获取ip use Request;echo Request::getClientIp();

加上 .html 的做法叫做伪静态,现在一般没有必要这么做了,搜索引擎早已不是当年的搜索引擎了。

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