Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things

07 January, 2015

Dynamically adding HTML form field using jQuery

Today we are going to see about Dynamically adding HTML form  field using jQuery. this concept is very simple, just i have written form element clone() script. its automatically create html form field. follow below code and live demo also is there. 

08 December, 2014

Show loading image while Page is loading using jQuery

Sometime page loading take too much time. that case page show empty blank page Would it not be nice to show loading images or message while your page is loading. below i have shared script follow that one make your site standard.

page loading image

20 August, 2014

Expiry date code in php

Expired date concept in php register user product or something expiry based on  register date to current date. So i write the code in current date to expired date. count number of days between two dates and total number of days to check the conditions on expired date.

expired date

12 August, 2014

First and Last Record in Mysql

Sometime we required last insert value just assign order wise your fetching query. below i write some useful way fetching database records.

Sql query

29 July, 2014

Get current date and time in PHP

Get your current date and time in php, set your location default time zone get your current time zone.
manually set the timezone by using date_default_timezone_set before the date() or time().

php time

28 July, 2014

PHP switch case Statement

Php value compare to multi value in the sense we use if else statement method that time we use lot of value comparison method  in if else statement method. 10 or 20 value comparison statement execute time take delay, that case use switch statement this multiple value check time and comparison method also very easy.