Browsing Category
Tutorials
Android ScrollView Example
The tutorial will show you, how to use Android ScrollView component and create a simple example using various ScrollView…
Calculate difference between two dates in PHP
Sometimes we need to compare two dates between each other before storing any objects. It is often handy to have a proper method to…
Get visitor IP address in PHP
There are several cases that that we need to track the ip address of visitors on websites either for validation, security, spam…
How to display related posts in WordPress
To engage the users on the website for longer browsing time you need to allow them to navigate throughout the website from post to…
Change WordPress post excerpt length
This post shows how to change post excerpt length in WordPress according to your theme’s requirement. By default the excerpt length…
Running ElasticSearch on Linux
ElasticSearch is a great open-source search tool that’s built on Lucene (like SOLR) but is natively JSON + RESTful. Its been used…
Import csv data to table with PHP
Import data to websites is an important functionality, So in this tutorial will show how to import CSV data to table with PHP.…
Convert email into link from text in php
The post is showing you how to convert an email into link from text in PHP.