When i want to logged in at login form, it gives me the msg of invalid form data
i have the following at page class.login.php
if(!$this->isDataValid())
throw new Exception('Invalid Form Data!');
plz help me, thanks
tahir, lahore
This error means that the program doesn't understand the code you wrote.
If you are lucky the error points to the file and the line number where PHP got confused. Sometimes PHP points directly at the error, but other times PHP is confused as a result of an earlier error in the script.
Welcome to the great world of PHP.
692 views
Usually answered in minutes!
×