Hi Tim,
I've used the script a lot in the past and not had any problems but it is a very old script and it could be that your host's php settings are too modern for the script to work.
Another thing I would try is to change the line:
$content = parse_form($HTTP_POST_VARS, $sort);
to:
$content = parse_form($_POST, $sort);
Gabriel
|