insert into users (firstName, lastName, email, gender, age, comments, regDate) values ('frank', 'smith', 'frank@example.com', 'M', '30-60', 'test insert sql using PHP code', now())success!