时间:2021-07-01 10:21:17 帮助过:27人阅读
留空表单域提交表单你会看到错误信息。 如果你填充所有的表单域提交表单你会看到成功页
php code
$this->form_validation->set_rules ( 'product_name', '产品', 'required' );
if ($this->form_validation->run () == TRUE) {
}
前台html
" />', ''); ?>
表单验证类是垃圾
留空表单域提交表单你会看到错误信息。 如果你填充所有的表单域提交表单你会看到成功页
问题解决了,是CI配置的问题,呵呵
还应该怎么配置啊,我也出现同样的问题了