Saturday, 31 August 2013

Parse error: syntax error, unexpected T_STRING in the query

Parse error: syntax error, unexpected T_STRING in the query

What is wrong with this query? PHP gives me error,
Parse error: syntax error, unexpected T_STRING
INSERT INTO `realtorl_leads`.`data` (`LeadFirstName`, `LeadLastName`,
`LeadEmail`, `LeadEmail2`, `LeadPhone`, `LeadCity`, `LeadAddress`,
`LeadPostcode`, `LeadUserId`, `LeadLeadStatusId`, `LeadMonth`,
`LeadAreas`, `LeadMinPrice`, `LeadMaxPrice`, `LeadMinBedrooms`,
`LeadMaxBedrooms`, `LeadMinBathrooms`, `LeadMaxBathrooms`, `LeadMinYear`,
`LeadNextFollowup_mm`, `LeadNextFollowup_dd`, `LeadNextFollowup`) VALUES
('Fahad', 'Uddin', 'fahad.fuss@gmail,com', 'fahad@ff.com', '3242342',
'karachi', '3234asdasd.karachi', '74600', '222', '32432', '23', '232',
'232', '23', '232', '323', '323', '232', '23232', '3232', '232', '23232');
Thanks in advance.

No comments:

Post a Comment