PHP is one of the most popular choices for backend developers to build customized solutions for clients. Nowadays the usage of PHP frameworks has been increased as they will boost the process of web development. Laravel vs CodeIgniter is the most famous difference between the PHP framework. While developing a…
Bulk Insert in MySql using LOAD DATA INFILE
Are you looking for the stuff to insert bulk data into MySQL table? Go for “LOAD DATA INFILE” MySQL concept. This is the best way I am witness of. You might need to use this concept in 2 ways. 1) Bulk Insert Functionality in PHP Application 2) Import bulk records…
Why PHP Framework over CorePHP?
Don’t need to reinvent the wheel again and again. This article is about explaining why you should insist your vendor or client to go with some inbuilt framework rather to go with Core PHP. I will explain it via one real time example: Science Calculator Now assume, you have one…
Block directory browsing in PHP
It is very important part for any web application. At one side, when we are taking care a lot to prevent our code to be copied, why we forget to implement Directory Browsing. At least you can save your client side scripts and images. By implementing this mechanism your application…
Make your WordPress Theme Retina Ready
Retina displays quickly becoming the standard need on phones, tablets and laptops. Retina display support is for giving great visual impact to viewers by serving high-res images to hi-res devices. There are plugin available for regular WordPress users that will add retina support to their site. Here are my recommendations.…