Category Archives: Web Development

How To Block Multiple IP Addresses Using

Feb 20, 2015

Sometimes we need to ban particular visitors to access our website. For this, the most common reason is spammers and scrapers that perform malicious activity..

Read more

How to prevent gaps/holes in a MySQL

Oct 28, 2014

Generally during the MySQL database development you create tables with a Primary Key, a very simple way to create a primary key is make it..

Read more

Clean Variables in PHP

Sep 02, 2014

It’s always important to clean/sanitize variables that are submitted via web forms to prevent against all kinds of different malicious threat. Here is a complete..

Read more

Cleaning Variables in PHP

Jul 04, 2014

It’s always important to clean/sanitize variables that are submitted via web forms to prevent against all kinds of different malicious threat. Here is a complete..

Read more

How To Change Your Joomla Administrator Password

Jul 04, 2014

Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the..

Read more

Block Multiple IP Addresses Using PHP

Jun 03, 2014

Sometimes we need to ban particular visitors to access our website. For this, the most common reason is spammers and scrapers that perform malicious activity..

Read more