Welcome Guest, Not a member yet? Register   Sign In
validation php error with falidation fails
#8

[eluser]Nikhil Vijayan[/eluser]
you have pointed the error is at this line

Code:
$ex = explode('|', $rules);

so in validation library above this code just add this

Code:
var_dump($rules);

and let me know whats the output when you are getting the error


Also what i understand is you are passing a mysql result into it somehow.. ..


Messages In This Thread
validation php error with falidation fails - by El Forum - 06-14-2008, 04:29 PM
validation php error with falidation fails - by El Forum - 06-14-2008, 04:38 PM
validation php error with falidation fails - by El Forum - 06-14-2008, 05:51 PM
validation php error with falidation fails - by El Forum - 06-15-2008, 10:48 PM
validation php error with falidation fails - by El Forum - 06-15-2008, 11:52 PM
validation php error with falidation fails - by El Forum - 06-16-2008, 02:15 AM
validation php error with falidation fails - by El Forum - 06-16-2008, 08:23 AM
validation php error with falidation fails - by El Forum - 06-16-2008, 09:00 AM
validation php error with falidation fails - by El Forum - 06-16-2008, 10:31 AM
validation php error with falidation fails - by El Forum - 06-16-2008, 09:57 PM
validation php error with falidation fails - by El Forum - 06-17-2008, 02:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB