I have the following problem, this query is not inserting data into the database:
$inserir2 = mysqli_query($link, "INSERT INTO cliques (emailusuario, brasil, lucrobrasil, portugal, lucroportugal, suica, lucrosuica, belgica, lucrobelgica, australia, lucroaustralia, africadosul, lucroafricadosul, franca, lucrofranca, mexico, lucromexico, tailandia, lucrotailandia, novazelandia, lucronovazelandia, colombia, lucrocolombia, argentina, lucroargentina, india, lucroindia, italia, lucroitalia, reinounido, lucroreinounido, outrospaises, lucrooutrospaises) VALUES ('$email', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000', '0', '0.000')");
I remember there was a way to show the concrete error.
How can I make her show me a mistake, to tell me which column I'm "wrong"?