Warning: extract(): First argument should be an array; line 776
I viewed the coding and below are a few of the lines:
774 $result = @mysql_query($query);
775 $row = @mysql_fetch_array($result);
776 extract($row);
Not knowing any PHP, I am hoping someone can help. It doesn't seem to hurt the submission; however, as a would-be hosting company, an error like this just isn't cool.