21.05.2015, 17:37
Use this and run the query, then look in the server log and copy/paste the result here.
Also, if possible, give us a screenshot of your mysql table design.
Also, if possible, give us a screenshot of your mysql table design.
PHP код:
for(new i=0;i!= MAX_PANELS; i++)
{
format(query, sizeof(query), "INSERT INTO `para` (zID, pnText, pnX, pnY, pnZ, pnRX, pnRY, pnRZ) VALUES ('0', 'Vide', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00')");
mysql_tquery(MySQL, query);
printf(query); // It will print out the querry in the server log
}