Url Encoder/decoder

Some time as a developer you need to encode or decode url for your purpose. See example of encoded url: https%3A%2F%2Fwww.google.co.in%2F%3Fgfe_rd%3Dcr%26ei%3DvUsXV572BuXI8Afb-Iv4BA%26gws_rd%3Dssl Now you want to check what is the argument …

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 …

Create image with dynamic text using php

In this post functions such as watermark_text() and watermark_image() to generate text and images watermarks on images. Integrate this to your web project upload image system dynamic text and produce flyer image.