Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: custom validation rule for IP in form
Post: RE: custom validation rule for IP in form

includebeer Wrote: (12-13-2020, 04:18 PM) -- How about the check() function? http://codeigniter.com/user_guide/libraries/validation.html#validate-1-value PHP Code: -- $validation->check($value, '...
6,806 Views
10 Replies
12-13-2020, 04:54 PM
xPooky
    Thread: custom validation rule for IP in form
Post: RE: custom validation rule for IP in form

includebeer Wrote: (12-13-2020, 09:07 AM) -- Have you tried setGlobal? http://codeigniter.com/user_guide/incoming/request.html?highlight=validation#setGlobal I would also try to add the value direct...
6,806 Views
10 Replies
12-13-2020, 09:17 AM
xPooky
    Thread: custom validation rule for IP in form
Post: RE: custom validation rule for IP in form

Either i gave very bad explanation of what i need or this can't be done in codeigniter(hope not, that will mean i wasted a week). What i need is to use standard codeigniter validation for items poste...
6,806 Views
10 Replies
12-13-2020, 08:32 AM
xPooky
    Thread: custom validation rule for IP in form
Post: RE: custom validation rule for IP in form

InsiteFX Wrote: (12-13-2020, 05:30 AM) -- There is a validation rule for valid_ip already no need for a custom one. You just need to get it like above then run it through the validation. -- adding...
6,806 Views
10 Replies
12-13-2020, 05:51 AM
xPooky
    Thread: custom validation rule for IP in form
Post: RE: custom validation rule for IP in form

sammyskills Wrote: (12-12-2020, 11:49 PM) -- Of course you can. You can add it as a hidden input field in your form and do your validation. Code: --
6,806 Views
10 Replies
12-13-2020, 05:12 AM
xPooky
    Thread: custom validation rule for IP in form
Post: custom validation rule for IP in form

I am very new to codeigniter(have over 10 years php procedural experiance) and seems like i have run into issues from start. I am creating a auth for my site and in the sign up for i want to check IP ...
6,806 Views
10 Replies
12-12-2020, 05:29 PM
xPooky

Theme © iAndrew 2016 - Forum software by © MyBB