Código PHP:
function insertar($valores, $campos, $tabla)
{
mysql_query("INSERT INTO $tabla ($campos) VALUES ($valores) ") or die ("<b>Hay un error en la consulta</b>: " . mysql_error()); //Hacemos la inserccion de datos
}
insertar("'$titulo', '$descripcion', '$precio', '$id_usuario', '$telefono', '$categoria', '$subcategoria', '$fecha', '$online', '$destacado', '$tienda'","titulo, descripcion, precio, id_usuario, telefono, categoria, subcategoria, fecha, online, destacado, tienda","clasificados");
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 's effort to make Linux even more accessible to customers, thanks to large OEM de' at line 1