 |
|
ผมเขียนโค้ดดังนี้น่ะครับ
$datetime_send = date("Y-m-d H:i:s");.
.
.
$insertp ="insert into ucenterproblem_tb (id,cus_company,who_get,who_send,problem_type,problem_modify,problem_details,filesattach_name,datetime_send)
VALUES ('','$name_customer','$who_get','$who_send','$name_problem','$problem_modify','$problem_details','$filename','$datetime_send')";
$result = mysql_query($insertp);
echo mysql_error();
รบกวนช่วยบอกวิธีแก้มาใหเหมาะกับโค้ดข้างบนน่ะครับ
Tag : PHP, MySQL
|
|
 |
 |
 |
 |
Date :
2010-09-22 11:54:12 |
By :
saifull |
View :
1111 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |