fastadmin后台表单元素添加验证码

admin3年前PHP1000
data-rule="required;length(3~50);sn"


相关文章

phpqrcode生成二维码,并在底部加上图片

Vendor('phpqrcode.phpqrcode');$font = ROOT_PATH.'public/static/common/font/hgzb.ttf'...

PHP中的闭包function() use() {}使用场景和技巧

https://www.jb51.net/article/269921.htm...

windows下安装redis php

安装redis,  https://www.jb51.net/article/218746.htm下载php redis扩展,https://pecl.php.net/package/red...

php连接sqlite

<?phpheader("Content-type:text/html;charset=utf-8");set_time_limit(0);class SQLite{&nbs...

安装Composer报错php_igbinary.dll' - 找不到指定的模块。

首先去php\php-7.1.13-nts\ext中找,并未发现有php_igbinary.dll文件,然后去该网站下载适合自己的文件 网址:https://windows.php.net/downl...

宝塔面板无法执行composer命令

请选择root用户执行...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。