I'm making a form to insert data into my database but the function that does this is returning me a syntax error I can not find.
Function
function insereProduto($conexao, $nome, $descricao, $tamanho, $quantidade)
{
$query = "insert into uni...
asked by
25.07.2017 / 22:23