INSERT INTO User (First_Name, Last_Name, Email, Gender, Age, Comments, RegDate) VALUES ('Will', 'Smith', SHA2('willsmith@example.com', 256), 'M', 45, 'Test SHA2 function and PHP test 2 for in class homework', NOW())

Success!