Browsing Category
PHP & MySQL
How to Stop WordPress Asking for FTP details
Recently, I have created a testing environment with Amazon Web Services (AWS) and I have created an instance that it runs a…
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
The post demonstrates how to install LAMP stack on Ubuntu 12.04
About Lamp
LAMP stack is a group of open source software used to…
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.…