If you set it on $_REQUEST and then request_var it later, it doesn't have to be sanitized, because request_var handles sanitization.AGC wrote:So if the variable is sanitized, I can set $_REQUEST['variable'] = $data as integer.
If you set it on $_REQUEST and then request_var it later, it doesn't have to be sanitized, because request_var handles sanitization.AGC wrote:So if the variable is sanitized, I can set $_REQUEST['variable'] = $data as integer.
I see. OK. Thanks.igorw wrote:If you set it on $_REQUEST and then request_var it later, it doesn't have to be sanitized, because request_var handles sanitization.AGC wrote:So if the variable is sanitized, I can set $_REQUEST['variable'] = $data as integer.