When I tried to populate data in zend form "guru" it is returning \"guru\". can any one suggest me how to escape or remove the "" from the text field and populating form data with out "" as guru
Thanks in advance
|
When I tried to populate data in zend form "guru" it is returning \"guru\". can any one suggest me how to escape or remove the "" from the text field and populating form data with out "" as guru Thanks in advance
| |||
|
feedback
|
|
Make sure you have Magic Quotes disabled in your php.ini. They are marked Deprecated in PHP5.3, and are marked for removal in PHP6 (possibly 5.4) Use
If this returns
| |||||
feedback
|