Does anyone have any code snippets they could share that the use for input validation and cleanup of globals_get parameters?
In other systems I tend to process input variables with a regexp to discard unwanted characters or code (e.g. unwanted html that someone’s trying an XSS attack with or similar) - and I’m hoping someone might have some code they could share?