Posted by Pete | Posted in PHP Tutorials | Posted on 02-11-2009-05-2008
0
After a week off in the lake district im now back and ready for some coding. So heres a license system which will allow you to license off your coding work to only users you choose.
Read the rest of this entry »
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 »