I am trying to do an INSERT INTO, but... I continue to get this error: Parse error: syntax error, unexpected T_STRING...

Here is the line of code to which it refers:INSERT INTO `jonessite_military`.`shortlastname` (`**********s_id`, `last_name`, `first_name`, `short_last_name`) VALUES ('', 'Jones', 'Larry', 'jones');

I copied the INSERT INTO line directly from phpMyAdmin, thinking that the syntax would be correct, however... something is not quite right.

If someone sees something, I would appreciate your input...

Thank you,

Buck