Input filtering — XMLRPC dispatch type
Posted on March 27, 2008 - Filed Under filtering input | Leave a Comment
I’m looking for some design advice: I’m exposing many controllers to XMLRPC requests. I have an XMLRPC dispatch type so for many of the controllers.
Read More..>>Easy transparent PHP input filtering
Posted on March 25, 2008 - Filed Under filtering input | Leave a Comment
I am thus quite keen on a good solid input filtering method for PHP to prevent things like XSS and SQL Injection. There are several options out there, of the ones I found Inspekt is about the closest match to my way of working, …
Read More..>>