I just submitted the form and I got the following output:
SQL = INSERT INTO informes (`city`, `area`, `street`, `unit`, `unitl`, `incident`, `property`, `andiamos`, `bbgs`, `telxos`, `observations`, `ip`) VALUES ('Playa de las Americas', '1', 'Palmeras Del Sur, Bloque C32', '001', '002', '003', 'Si', 'Si', 'No', 'No', 'Tiene una casas ', '83.53.199.156')
I went into phpMyAdmin and in the SQL option I put the following:
INSERT INTO informes (`city`, `area`, `street`, `unit`, `unitl`, `incident`, `property`, `andiamos`, `bbgs`, `telxos`, `observations`, `ip`) VALUES ('Playa de las Americas', '1', 'Palmeras Del Sur, Bloque C32', '001', '002', '003', 'Si', 'Si', 'No', 'No', 'Tiene una casas ', '83.53.199.156')
It successfuly went into the table, I don't see why this is causing such a problem...
