by CompMan86 » Tue Apr 15, 2003 2:32 pm
In survey_add.php, if you submit bad data to it (didn't fill in all the fields, etc) it tries to call error() but error() was never defined. I'd imagine that anywhere else in your code that uses error() there's the same problem.