Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: a form validation issue
Post: RE: a form validation issue

Paul and Narf, thank you. You guys help me a lot, and the solution is great. Thanks again. :)
19,275 Views
16 Replies
05-10-2017, 03:10 AM
shadowpaw
    Thread: a form validation issue
Post: RE: a form validation issue

Code: -- $this->form_validation->set_message('required', "%s required"); $this->form_validation->set_rules('pass','password','required|min_length[8]|callback_access'); -- Thanks, Paul. It doe...
19,275 Views
16 Replies
08-13-2016, 01:41 AM
shadowpaw
    Thread: a form validation issue
Post: RE: a form validation issue

PaulD Wrote: (08-09-2016, 04:06 AM) -- You posted this on Stack Overflow as well, and there they said the same thing I did - Can you post the callback function so we can have a look at it. There is n...
19,275 Views
16 Replies
08-09-2016, 11:41 PM
shadowpaw
    Thread: a form validation issue
Post: RE: a form validation issue

InsiteFX Wrote: (08-09-2016, 10:04 AM) -- What version of PHP are you running? Officially dropped any kind of support for PHP 5.2.x and anything under 5.3.7. -- I use PHP 5.4.16
19,275 Views
16 Replies
08-09-2016, 11:40 PM
shadowpaw
    Thread: a form validation issue
Post: RE: a form validation issue

I checked the system/libraries/Form_validation.php file(CI 3.1.0), I was wondering is it because of the _prepare_rules function? So, the callback function and rule's order was change. It says ""Callb...
19,275 Views
16 Replies
08-09-2016, 12:42 AM
shadowpaw
    Thread: a form validation issue
Post: a form validation issue

Hi, I have a form validation issue. here's the code Code: --   $this->form_validation->set_rules('pass','password','required|min_length[8]|callback_access'); -- When I used CI 3.0.6 , it coul...
19,275 Views
16 Replies
08-08-2016, 02:16 AM
shadowpaw
    Thread: CI3 with ckfinder
Post: RE: CI3 with ckfinder

whitemedia Wrote: (07-02-2015, 02:35 AM) -- How to send $_SESSION to the config.php file of ckfinder.  I want to do this so each logged in user has its own file directory. Berfore with CI2 i used ...
4,427 Views
2 Replies
09-05-2015, 02:43 AM
shadowpaw

Theme © iAndrew 2016 - Forum software by © MyBB