Anonymous wrote:
also i'm getting an undefined offset in line 72 which is setting up an array $thold_cfg = $thold_cfg[0];
the line just above it is a select * from tholdset.. which is an empty table. looking at an old copy of my db its an ID and date..
That table should never be empty (the thold database even ships with info in that table). Try inserting with id=1 and datat = 2005-11-09 08:20:26
or whichever date you like.