CodeIgniter GZIP
CodeIgniter is one of the PHP MVC Framework with minimum learning curve best documentation and easy workflow, in CodeIgniter we can easily Enable or Disable
CodeIgniter is one of the PHP MVC Framework with minimum learning curve best documentation and easy workflow, in CodeIgniter we can easily Enable or Disable
We can Set, Get and Delete Cookies with CodeIgniter Cookie Helper, Cookie Helper contains functions that assist in working with cookies. Before using Cookie Helper
With the help of CodeIgniter Built in function redirect(), we can refresh or redirect the page based on given parameters. CI’s redirect() is resides in
$str = "9703132428,123456789,1"; // convert string to array $numbers = explode(',', $str); // remove empty items from array $numbers = array_filter($numbers); // trim all the
You can explode a string at capital letters with preg_split function, see the below example $string = 'HelloWorld'; // ?=[A-Z] = matches "A-Z", but does
List of top tutorials on how to create an API With PHP? Creating a RESTful API with PHP(2013) Creating an API-Centric Web Application(2011) Create a
Alexa is one of the most well known and popular web information providers. It provides information about web site’s traffic stats, reviews, backlinks and many
One of the more popular and powerful URL shortening services is Bit.ly. Bitly offers simple and powerful API to generate short URL. To use this
CodeIgniter has a nice helper function to download files. It is a nice way to download from server without any hassle just writing one single
Most of the web Hosting providers give access to overriding the .htaccess, To Increase file size upload limit via .htaccess just copy the bellow settings