验证

  • fastadmin表单验证之match验证

    fastadmin表单验证之match验证

    按照官方文档上的写法,总是无法验证。 最后发现是不需要引号。 <input id=”c-confirm_password” data-rule=”required;password;match(row[password])” clas…

    2024-05-27

  • php信用卡号验证类

    php信用卡号验证类

    下面是从网上找的一个类,可以用来验证信用卡号是否输入正确 <?php class Credit_Card { protected static $cards = array( // Debit cards must come firs…

    2023-03-15