Well, you if you already have a timestamp column that is capturing update timestamps, you would
explicitly create a second new column, type TIMESTAMP or DATETIME, called IncepDate or RecordCreationDate or whatever
Then ("INSERT INTO $table (title,link,type,email,description, IncepDate) VALUES ('$titleText','$urlText','$entryType','$email','$descText', NOW())");