AJAX requests in CakePHP without disabling SecurityComponent
Security is always a big deal for a software specially for web app where you don’t know your users’ intention. To ensure some common security…
Thoughts, tutorials, and research notes.
Security is always a big deal for a software specially for web app where you don’t know your users’ intention. To ensure some common security…
GD library (http://php.net/manual/en/book.image.php) is a good PHP library for manipulating images. I was familiar with it but never used in production before. I’m working on…