Hello,
please review the usage of PARAM_RAW parameter type:
- PARAM_RAW specifies a parameter that is not cleaned/processed in any way except the discarding of the invalid utf-8 characters.
It is recommended to use PARAM_RAW only for some specific cases, as it does not clean up the data.
Please consider more specific parameter type usage.





Hello,
please review the usage of PARAM_RAW parameter type:
It is recommended to use PARAM_RAW only for some specific cases, as it does not clean up the data.
Please consider more specific parameter type usage.