Datatable is a highly flexible jQuery plugin that’s used to convert HTML table into useful grid layout. This plugin enables to create Data Table into full functional data grid with features like Pagination, instant search, export table data and multi-column ordering. It can be easily used with both Bootstrap and jQuery UI.
Autocomplete Search with Bootstrap Typeahead
You’re well aware of Google instant search that’s providing friendly search with autosuggest feature. So here in this post, we have handled autosuggest search functionality for you using Twitter TypeHead plugin to improve user experience by displaying hints and possible choices based on the searched text that user entered in search box just like Google […]
Paytm Payment Gateway Integration in PHP
Are you looking for payment solution for your website or mobile app? Paytm payment gateway can be a right choice for that. You can securely accept payment using with Paytm online payment. Paytm is easier as it is linked with many services which make the online transaction convenient for the customers. This is one of […]
Convert Unix Timestamp To Readable Date Time in PHP
The epoch time or Unix timestamp is used to describe a point in time. It is a number of seconds between date time which elapsed since 00:00:00 Thursday, 1 January 1970 at Coordinated Universal Time (UTC). You have used unix timestamp converter or epoch converter tools online. These tools convert unix timestamp in seconds or […]
Build Currency Converter with PHP
Most of us using Google for searching web information. Previously Google provided currency converter API but now it’s stopped. Now Google provides currency convert functionality through search to convert our desired currency to another. We can see the current status of our currency into other currency by going through Google’s search currency converter page. However, […]