Question
Dev Toolbox Error
I'm trying to create a user registration form using the
developer toolbox, I'm building it and everything, when I'm running
it, I'm getting the following error:
Fatal error: Class 'tNG_FormValidation' not found in D:\wamp\www\dw\r.php on line 14
Here is the code from line 14 till 18
Can someone please tell me what am I doing wrong?
Fatal error: Class 'tNG_FormValidation' not found in D:\wamp\www\dw\r.php on line 14
Here is the code from line 14 till 18
quote:
$formValidation = new tNG_FormValidation();
$formValidation->addField("user", true, "text", "", "", "", "");
$formValidation->addField("pass", true, "text", "", "", "", "");
$formValidation->addField("email", true, "text", "email", "", "", "");
$tNGs->prepareValidation($formValidation);
Can someone please tell me what am I doing wrong?
