sql case

PHProtect - Captcha and PHP security

PHProtect - Captcha and PHP security

PHProtect is a tool to allow you to easily insert captcha’s to prevent spam and database flooding and prevent common PHP attacks. Key functions Easily include captchas Time delay on captcha to prevent bruteforce attacks Automatically sanitise all GET, POST, COOKIE and REQUEST requests with just 2 lines of code Stop XSS attacks Stop SQL injections Captcha PHProtect allows you to include captcha in your exiting forms with just a few lines of...

WordPress FirePHP Debugger

WordPress FirePHP Debugger

WordPress FirePHP Debugger is a WordPress (mu-)plugin used to improve quality and comfort of development under WordPress. This plugin can replace a banch of plugins for wordpress developers and increase speed and efficiency of development process. Debugging WordPress plugins and themes can be a real pain. Having tools for debugging is very helpful and even necessary. No more vardump() and echo while debugging. No more routine logs parsing. Wo...

MySQL Database Navigation and Pagination

MySQL Database Navigation and Pagination

MySQL Database Navigation and Pagination Introduction If you are working with hosting MySQL databases, and pick up data from them frequently, this script may make your life easy working with them. navigate and paginate to your databases tables; Filter table data on the fly without coding SQL ; export table data(may contains filter conditions) to csv etc. format; SQL Editor helps you fire queries from database and export the resultset; Web...