I am using this code
[code]
in a widget area on a Wordpress page and it is calling a custom page where I process the input.
From a security / good practice perspective should I be doing something with the input before passing it to the custom page? I am sanitising it on the custom page before doing any processing.