问题标签 [codeigniter-form-validation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - codeigniter form_validation 不起作用并且 $this->form_validation->run() 不返回任何内容
这是我的查看页面代码
我在codeigniter中检查codeigniter表单验证它是复制并粘贴我的控制器但同样的错误
这是我的控制器代码
表单验证不返回任何内容并且$this->form_validation->set_value('any');
始终为空
我在控制器 __construct 中加载 form_validation 并检查内部加载函数,但错误是绝对的
php - idn_to_ascii():INTL_IDNA_VARIANT_2003 已弃用
我正在为我的网站使用 codeigniter 框架,但是在 form_validation 中我收到错误我在 stackoverflow 中点击了这个链接,但它对我不起作用, 在 5.2.17 中点击了链接:idn_to_ascii()
问题:
codeigniter 库/form_validation.php 中的代码:
php - how to show warning of empty field on form validation?
these are my code for form validation :
i want to show a simple warning when i click "Save Changes" as a submit button like this :
and these are my code for tambah_aksi()
function :
i tried using if-else form validation run checking but it does not goes well, could you please help me to fix this with another way or the efficient way of if-else checking?
forms - Codeigniter - 表单验证
我正在使用form_validation
库验证 Codeigniter 中的表单并使用数组设置规则。
我想要这样的验证消息max_length
:
用户名不得超过 255 个字符。
%s不能大于 %? 特点。
问题是我正在使用用户名,%s
但我希望255
在验证消息中动态显示。
php - 如何制作表单验证 Codeigniter?
我想在 codeigniter 上进行表单验证
这是控制器上 alternatif.php 的代码
我想问在哪里可以在codeigniter上添加表单验证?