I'll give that a shot. Thanks!
Looks like I'm getting farther along now in the script. It now sees edittrail - thanks.
Now I get an error I hope someone can help me through. The error is:
Invalid SQL:
SELECT descript FROM conditiontrail_general WHERE generalid=;
The code on the line that generates this is:
Code:
$lastconds=$db->query("SELECT descript FROM conditiontrail_general WHERE generalid=$trailinfo[general]");