View Single Post
  #7 (permalink)  
Old 05-10-2007, 04:41 PM
gabrielharrison gabrielharrison is offline
WebProWorld New Member
 

Join Date: Feb 2005
Posts: 11
gabrielharrison RepRank 0
Default

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
Reply With Quote