1
vote
3answers
186 views

PHP/SQL Insert Error when using Named Placeholders

I have the following PHP PDO statement: $STH = $this->_db->prepare("INSERT INTO UserDetails (FirstName, LastName, Address, City, County, PostCode, Phone, Mobile, Sex, DOB, ...