Preventing SQL Injection:

SQL injection is one of the most common vulnerabilities in applications on the web today. This article will show you how to prevent SQL injection on your website using Prepared Statements in PHP.

SQL Injection:

If you take user input through a webpage and insert it into a MySQL database, there’s a chance that you have left yourself wide open for a security issue known …

Block Number in text field using JavaScript

In this article, I will demonstrate how to allow user to input block numeric characters in a TextBox field by using Javascript. The program prevents user from copying and pasting numerical characters into the TextBox.

Show Attributes on checkout page in Magento

Just go to the Admin section, select products->Attributes->Manage Attributes.

Then just click on “Add New Attribute” on the top right hand side.

Once you have added it, clear the magento cache, and edit a product.

You will see the attribute in the General tab being available for editing.