mysql sözdizimi hatası ekleyerek ondalık, php ile zaman damgası [kapalı]

0 Cevap php

Hatayı alıyorum Im:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '10', '16:39:02', '292.35')' at line 1

Bu php çalışan sorgu im:

mysql_query("INSERT INTO `copper` 
              (`month`, `time`, `price`) 
             VALUES 
              ('$month', '$time', '$price')") or die(mysql_error());

Burada bir edebi örnek:

INSERT INTO `table` 
  (`month`, `time`, `price`) 
VALUES 
  ('10', '16:39:02', '292.35')

Bu benim masam kurulum

alt text

0 Cevap