Hello,
I can not execute this query, I have echoed this variable and all the data is being passed, but it does not enter my DB. When I copy the command and paste inside the phpMyAdmin query it works. Could someone give a help? Thanks! :)
$sql = "INSERT INTO 'tabela2' ('nome', 'cor', 'sexo') VALUES
('$nome','$cor','$sexo')";
mysql_query($link,$sql);