Using the debug message and expanding to sort of line up column name and value,
$sql = ->INSERT INTO members (
fName, lName, address, city, zipcode, phone, email, cardNum, securityCode, expMonth,expYear
)
VALUES (
'dfgh', 'asdf', 'sdf', '', 'df', 'sdfsdf', 'sd'...