Articles

How to make blinking text using CSS3

Sometime we required blinking text or link for highlighting purpose. There is no attribute in css for blinking text like text-decoration blink etc. But We can blinking/flashing text using css3 …

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.