The Code You Will Love

Night sky with twinkling stars – CSS3 only

Posted on: Wednesday March 16, 2016

Cool Effect!   HTML: [crayon-698c27e5547c2540786632/]   CSS: [crayon-698c27e5547d3283285634/]   http://codepen.io/WebSonick/pen/vjmgu/     [...]

Read More

Bootstrap Dropdown on Hover CSS

Posted on: Wednesday February 17, 2016

[crayon-698c27e557356689259864/] [...]

Read More

Increase & Decrease / Chnage Font Size on Click

Posted on: Wednesday February 17, 2016

[crayon-698c27e557e20735982284/] [...]

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-698c27e55a1d8036107769/] is your friend here.A simple [crayon-698c27e55a1fb547435446/] [...]

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-698c27e55bcad334170237/]   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-698c27e55eb65861903144/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-698c27e55eb75699640219/] [...]

Read More
Translate »