|
|
Sergey Kornilov admin 7/12/2009 |
|
It would be helpful if you post exact error message here. |
|
|
M
|
mid3vil author 7/12/2009 |
It would be helpful if you post exact error message here.
|
|
|
|
Sergey Kornilov admin 7/12/2009 |
|
Try this: $strUpdate = "UPDATE site_tower set `lastpm` = '" . $values["date_pm_completed"] . "' where site_id=" . $values["site_id"]; |
|
|
M
|
mid3vil author 7/12/2009 |
Try this: $strUpdate = "UPDATE site_tower set `lastpm` = '" . $values["date_pm_completed"] . "' where site_id=" . $values["site_id"];
|
|
|
M
|
mid3vil author 7/12/2009 |
|
Found problem, didn't have a semicolon after |
|