PHP code to check if a domain is enrolled in Incapsula WAF
Incapsula is a WAF service from Imperva. The company that I currently work for, is one of their biggest customers.…
Incapsula is a WAF service from Imperva. The company that I currently work for, is one of their biggest customers.…
If you have ever had a chance to use a PHP active record class for MySQL, you would notice that…
Last December, I wrote a simple and easy to use PHP MySQLi wrapper class inspired from the simplicity of Code…
Yesterday, December 8th, 2014 I took the Zend Certification exam and passed. The latest version of the Zend exam is…
This is a simple php function for hashing a plain text password so that it can be saved into the…
I was very much interested in the database class of CodeIgniter, especially the Active Records. I was quite satisfied with…