I do not know what's happening but my code does not work it is simply not inserting data into the table
<?php
include "../../lib/inc_con.php";
session_start();
$mesa = $_POST['mesa'];
$tamanho = $_POST['tamanho'];
$quantidade = $_POST['qtd'];
$add = $_POST['add'];
$hiddentotal = $_POST['hiddentotal'];
$data = date('Y-m-d H:i:s');
$produto_id1 = $_POST['produto_id1'];
$atendente_id = $_SESSION['id'];
$sql = mysql_query("INSERT INTO pedidos (mesa, tamanho, qtd, add, hiddentotal, data, produto_id1, atendente_id) values ('$mesa', '$tamanho', '$quantidade', '$add', '$hiddentotal', '$data', '$produto_id1', '$atendente_id')") or die (mysql_error());
?>
If necessary here is my table
And here is the error that is displaying on the screen
You have an error in your SQL syntax; check the manual that correspond to your MySQL server version for the right syntax to use near 'add, hiddentotal, date, output_id1, array_id) values (' 6 ', '14 .25 ',' 2 ',' 1 'at line 1