Error Number: 1064
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 'order(user_name,produce_id,num,order_phone,price,order_time,order_state,orede_re' at line 1SQL原语句
INSERT INTO order(user_name,produce_id,num,order_phone,price,order_time,order_state,order_re,order_addr,user_truename) VALUES('$username','$produce_id','$num','$phone','$price','$time','$start','$re','$addr','$truename')这些数据付值都是读的出来的,只是插入数据库显示有错误,自己已经看不出错的地方了,求眼尖的大神这个是我的表