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 […]
PHP
Here you will find useful PHP tips and tutorials.
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, […]
Check User Availability with PHP and jQuery
Checking username or email availability before form submission is a popular feature. In this tutorial, we have implemented username availability check functionality using PHP, MySQL and jQuery AJAX.