The Code You Will Love
Night sky with twinkling stars – CSS3 only
Posted on: Wednesday March 16, 2016
Cool Effect! HTML: [crayon-676852d42f6e7930180691/] CSS: [crayon-676852d42f6ec669128918/] http://codepen.io/WebSonick/pen/vjmgu/ [...]
Read MoreBootstrap Dropdown on Hover CSS
Posted on: Wednesday February 17, 2016
[crayon-676852d42fd6a865508198/] [...]
Read MoreIncrease & Decrease / Chnage Font Size on Click
Posted on: Wednesday February 17, 2016
[crayon-676852d42ff67295425841/] [...]
Read MoreCreate 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 MoreHow to replace underscores in codeigniter url with dashes?
Posted on: Saturday January 2, 2016
The routes config found in [crayon-676852d43045f896135557/] is your friend here.A simple [crayon-676852d430463886988471/] [...]
Read MoreDatabase 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 MoreSEO Friendly URL in Codeigniter
Posted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-676852d430815790636044/] Open ‘application\controllers’ Folder and Create a File [...]
Read MoreTheme 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 MoreStep1: 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 Moresplit a comma delimited string into an array in PHP
Posted on: Thursday December 3, 2015
[crayon-676852d430e1e366568576/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-676852d430e21778963120/] [...]
Read More