The Code You Will Love

Increase & Decrease / Chnage Font Size on Click

Posted on: Wednesday February 17, 2016

[crayon-6648eab9b7357494930097/] [...]

Read More

Create User login & check Login Status with codeigniter

Posted on: Friday January 8, 2016

Create User login with CodeIgniter At some point you might need to create a user login for your project while using the codeigniter framework. For those of you who are just getting started with this, [...]

Read More

How to replace underscores in codeigniter url with dashes?

Posted on: Saturday January 2, 2016

  The routes config found in [crayon-6648eab9b8783276266004/] is your friend here.A simple [crayon-6648eab9b878a313763952/] [...]

Read More

Database Configuration in Codeigniter

Posted on: Friday December 18, 2015

CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can [...]

Read More

SEO Friendly URL in Codeigniter

Posted on: Friday December 18, 2015

 Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-6648eab9b9390618071548/]   Open ‘application\controllers’ Folder and Create a File [...]

Read More

Theme Setup In Codeigniter

Posted on: Friday December 18, 2015

Creating Views We’re going to create a couple of templates to wrap our views with to keep our code DRY. Create a directory named ‘templates’ in your ‘application/views/’ directory and [...]

Read More

Step1: Installing Codeigniter

Posted on: Thursday December 17, 2015

Download https://www.codeigniter.com/download Extract Folder and Paste in (xampp/htdocs). and rename it to “CodeIgniter“. Now open (htdocs\CodeIgniter\application\controllers) Folder [...]

Read More

split a comma delimited string into an array in PHP

Posted on: Thursday December 3, 2015

[crayon-6648eab9b9d29138131411/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-6648eab9b9d30680079822/] [...]

Read More

Get Value from multiple checkbox with comma separated in PHP

Posted on: Friday November 27, 2015

[crayon-6648eab9b9fd1423842397/] [...]

Read More

Multilevel Drag & Drop Category Management

Posted on: Thursday November 26, 2015

  [...]

Read More
Translate »