This isn't getting put into the database, maybe it's because of a syntax error.. I'm not getting any error messages:
$creation = "INSERT INTO $uber_table ( `subject` , `comment` , `modif_sc` , `name` , `type`, `date` )
VALUES ('$subject', '$comment', '$modif_sc', '$name', '$type', NOW( ) )";
mysql_query($creation);
$creation = "INSERT INTO $uber_table ( `subject` , `comment` , `modif_sc` , `name` , `type`, `date` )
VALUES ('$subject', '$comment', '$modif_sc', '$name', '$type', NOW( ) )";
mysql_query($creation);