Codeigniter Pagination
How to do codeigniter pagination with database? Codeigniter pagination is a very simple method to show large amount of data with a limit. Displaying large amount of…
Check if a date is today, yesterday or tomorrow
How to check a given date is today, yesterday or tomorrow, or how many days far,etc using php ? Sometime we may have to find a given…
Upload multiple files using PHP, jQuery and AJAX
How to upload multiple files using PHP, jquery and ajax? The most common method to upload multiple files was using FORM/POST and it is done by Php….
Display numbers with ordinal suffix in PHP
How to display numbers with Ordinal suffix like 1st, 2nd,3rd,etc ? Ordinal numbers shows the order of elements in a set. In other words they show rank…
Generate Random alpha-numeric string by javascript – here is 1 simple methods
How to Generate random alpha-numeric string using javascript Generating random alpha-numeric string by javascript or jQuery can be achieved very easily because it requires some built in…
Find full address by postcode or Longitude and Lattitude – very easy method
How to find the full address by postcode or longitude and lattitude of the place? We can get the full address by postcode like city, state, country,…
Create PDF in Codeigniter using Dompdf – flexible library
How to generate a PDF in Codeigniter using Dompdf ? In this tutorial we will create pdf in codeigniter using Dompdf. Here I used image, inline css,…
Dropdown Tree with Bootstrap and jQuery, Easy implementation
Implement an interactive DropDownTree with user-friendly UI. The DropDownTree is used to represent data in heirarchical structure, rendered in a tree-like structure, which provides multiple selection option and custom…
Datatable Select all checkbox using jQuery – Easy method
How to do datatable select all checkbox using jQuery Previously we discussed about Select all or Deselect all checkbox. Now we are going to discuss how to…
How to do select all checkbox using jQuery – fast & simple
How to do select all checkbox using jQuery. Here we’ll discuss both select all and deselect all checkbox using jQuery. Most of the time we may need…