in reply to Re^8: Add timestamp to helpdesk form
in thread Add timestamp to helpdesk form

Your next problem will be here

$type=<GB>; # Assumes that each entry is $prob=<GB>; # exactly 3-lines long... my $time=<GB>;
because using <textarea name="problem" rows="10 cols="40">
means the problem text may be more than 1 line.

poj