Hi Preston
@$sql="INSERT INTO checking VALUES('$check_date', '$check_num',
'$check_pay', '$check_amount', '$check_trans_type');";
Try your INSERT without '' around '$check_amount'. The quotes are only
used for character-types but not for numeric data.
Regards
Conni