I have a grid where the primary key is a varchar field – companyName. Some of the company names contain commas in them. PHPGrid is not updating these rows properly, as it doesn't seem to be escaping the fields.
For example, when I trap the parameters in an "on_update" event handler, I see…
array (size=2)
'companyName' => string 'Beijing Millenium Vision Technologies Co., Ltd,Chicago Tech, Inc.,Core Telecom Systems, Inc.,Dedicated Networks, Inc.,Dingyi Global Tech Co., Ltd' (length=174)
'params' => &
array (size=1)
'makeOfferOnly' => string '1' (length=1)
Does anyone know how to make PHPGrid escape the parameters properly?
1 Answers
Your Answer