Choosing the Right Data Type for MySQL Table Fields September 7, 2012August 19, 2017Arvind Bhardwaj 1 Choosing the right data type for the field of MySQL tables is always a task full of confusions. You have a number of data types […]
Learn FILTERS in PHP for Best Security Performance April 12, 2011August 19, 2017Arvind Bhardwaj 3 Today we will learn about a less used but powerful feature of PHP: the FILTERS. This extension filters data by either validating or sanitizing it. […]