所以我的问题是:
我无法从我的 php 插入我的自动递增列
(unless I set the insert values to: '','','','$postdate','posttime').
但是:当我在 phpmyadmin 中使用下面的 DEBUGGED 插入语句时,它运行时不用担心。因此,有些东西阻止了我从我的 php 代码中插入。
这是我的代码:
$qinsert = "INSERT INTO `post` (text,sender,text_stamp,post_date,post_time) VALUES ('$message','$sender_id','$date','$postdate','$posttime')";
$finsert = mysql_query($qinsert);
$postID = mysql_insert_id();
这是调试器的输出:
Date: Fri, 29 Mar 2013 11:02:53 -0400
Sender: User's Name
Message:
Message Text
Attachment:
Post-Date: 2013-03-29
Post-Time: 08:02:55
Q-INSRT: INSERT INTO `post` (text,sender,text_stamp,post_date,post_time) VALUES ('Message Text','User's Name ','Fri, 29 Mar 2013 11:02:53 -0400','2013-03-29','08:02:55')
F-INST:
Post-ID: