posted 03/7/2008 by Chris
Comments: 0

While regular expressions are often used for input validation, I also find them very useful for cleaning malicious code in user input.  For this I used the function preg_replace.  The idea is that I only allow certain characters through...

posted 03/7/2008 by Chris
Comments: 0

For such an important function, there seem to be very few examples out there...

posted 03/4/2008 by Chris
Comments: 0

Any input that you get from a user should be cleaned for malicious code.  Here are some simple functions that will help...

Tags: security, php, code
posted 02/21/2008 by Chris
Comments: 0

Details on how to turn debugging on and off, adjust session timeouts and more...

Tags: cakephp, core, code
posted 02/21/2008 by Chris
Comments: 0

Details on how to create friendly urls in CakePHP...

Choose Page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14