Thank you for your comments on this error
INSERT INTO donors (
'institution',
'contact_person',
'first_name',
'last_name',
'affiliation',
'picture_link',
'email',
'birthday',
'sex',
'street',
'city',
'state',
'zip'
)
VALUES (
'',
'',
'Claire',
'Bowens',
'employee',
'http://las-americas.org/wp-content/uploads/2010/10/Claire-staff-photo.jpg',
'@',
'yyyy-mm-dd',
'female',
'',
'El Paso',
'Texas',
''
)
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''institution', 'contact_person', 'first_name', 'last_name', 'affiliation', 'p' at line 1