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 the CodeIgniter Built-in function redirect(), we can refresh or redirect the page based on the given parameters. CI’s redirect() 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
In PHP, the explode() function splits a string into an array based on a specified delimiter. By default, it breaks the string at each occurrence
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 web Hosting providers give access to override the .htaccess, To Increase the file size upload limit via .htaccess just copy the below settings into
Before writing any script login into your installed vanilla forum, go to addons section , Click on Plugins , in that page you will find
CodeIgniter Helper Function are available anywhere in the code, more than 20 CI Helpers are there(URL, Form, Directory, …etc). You can Easily Extend CodeIgniter Helpers.
For SEO reasons, you might always use (or remove) the www prefix in your URLs. The following snippet will add the www to your website URL and redirect any
For SEO reasons, you might always remove (or use) the www prefix in your URLs. The following snippet will remove the www from your website URL and redirect any
CODEIGNITER – GETTING STARTED Everything You Need to Get Started With CodeIgniter Easy Development With CodeIgniter BECOME A CODEIGNITER PRO IN 15 DAYS! Day 1: