Managing AJAX Request on mod_security Enabled Apache
This is something I never had accounted before, mod_security reject a number of AJAX request due to malicious character used in the querystring. Well in the past I ignore that factor by using a user define function in JS and PHP to manage special characters during AJAX request but I knew this time I have to use escape() function for JS.
Setup WAMP (Windows-Apache-MySQL-PHP)
Tired of updating PHPDev, EasyPHP or PHPTriad on your Windows? Why does install everything manually? It not much of a difficult task if you know how to do it. Here I will show you exactly how to do it.