![]() |
Sergey Kornilov admin 5/9/2016 |
You need to use prepareString() function for this purpose: global $conn; |
H
|
Hopper author 5/9/2016 |
Hi Sergey. |
![]() |
Sergey Kornilov admin 5/13/2016 |
Try the following: $strSQLInsert = "insert into otr_log (otr_id, uid, comment) values (".$values["rid"].",'".$values["approver_uid"]."','".$pageObject->connection->prepareString($values["approver_comments"])."')"; |
H
|
Hopper author 5/26/2016 |
Hi Sergey. |
H
|
Hopper author 6/1/2016 |
Hi Sergey. |
![]() |
Sergey Kornilov admin 6/1/2016 |
You need to post your project to demo account and contact support directly. |