2010-08-20, 18:34:56
internet54 Wrote:^ It's a problem with the captcha not being setup correctly.
Look for a line like this:
$question_array = array($q1 => $a1, $q2 => $a2, $q3 => $a3);
and change to this:
$question_array = array($q1 => $a1);
thx internet54
now the problem one has solved!
remains the problem two...
: (