Welcome Guest, Not a member yet? Register   Sign In
[solved]Custom Validation?
#5

[eluser]brucebat[/eluser]
Sorry

Well for instance I put in a time of this in my form "42:43:60"

It should return a message saying "The %s time fields Hour segment is not correct."

There is just a blank white page.

To test I have this just after my validation:

Code:
$this->form_validation->set_rules('time'.$i, 'Time'.($i+1), 'required|xss_clean|callback_valid_time'); // time0, time1, time2 etc

echo validation_errors();
return;

Using the example I used "$str" which I am guessing is a variable passed to my custom function from the form_validation class?


Messages In This Thread
[solved]Custom Validation? - by El Forum - 08-02-2011, 10:56 AM
[solved]Custom Validation? - by El Forum - 08-02-2011, 11:36 AM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:14 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:15 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:20 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 12:33 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:22 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:28 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:30 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:34 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:35 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:39 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:41 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:43 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:44 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:50 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:53 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:57 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 01:58 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:13 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:14 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:16 PM
[solved]Custom Validation? - by El Forum - 08-02-2011, 02:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB