Field Protection
Posted by Pete | Posted in PHP Functions | Posted on 16-07-2009-05-2008
3
Injection into websites is getting more and more common, This is due to more hackers/kids learning to deface peoples websites for the “Fun of it”. But one main way to stop them is protecting your forms. Below is a function which removes all tags e.g HTML, PHP etc and turns all htmlentities such as ” ‘ & etc into the html forms.
Read the rest of this entry »



