Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

Databases. A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data is typically organized to model aspects of reality in a way that supports processes

By |2023-01-17T20:24:29+05:3018 August 2015|Comments Off on Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

Creating Image Patterns Using GD Library with PHP

There are several ways to do this, but I find GD Library of PHP pretty useful for this. To install this library in Ubuntu use following command [crayon-6744a48ab5d8f654644061/] After installation restart your apache/lampp server. Image Patterns can be

By |2023-01-17T20:25:32+05:3013 May 2015|Comments Off on Creating Image Patterns Using GD Library with PHP

How to use Elastic Search with PHP – Tutorial

Searching is an important part of many application but it can be painful if you have to deal with large database. Recently I got to work with Elastic Search, a very efficient search tool that provides lots of

By |2023-01-17T20:25:42+05:3029 April 2015|Comments Off on How to use Elastic Search with PHP – Tutorial

Sending email with php sendmail not working for primary domain

I have been stuck to this problem on Linode Server. I was not able to send mails to my primary domain. It was giving following error in mail logs. Nov 18 13:20:06 indidelights sendmail[4820]: sAI7o6ST004820: to==?utf-8?B?Uml0dSBB?= <ronak@mydomain.com>, ctladdr=auriga (1001/1001),

By |2023-01-17T20:27:08+05:304 December 2014|Comments Off on Sending email with php sendmail not working for primary domain

The Display Inline Block VS Float

Although my personal experience says that display:inline-block is better over float, but all main frameworks (Bootstrap, Foundation, 960 Grid etc.) use float to align their grid structure means to set elements one after another. Just because inline-block puts

By |2023-01-17T20:28:55+05:3026 June 2014|Comments Off on The Display Inline Block VS Float

Create A Simple Web Crawler in php

A Web Crawler is a program that crawls through the sites in the Web and find URL's. Normally Search Engines uses a crawler to find URL's on the Web. Google uses a crawler written in Python. There are

By |2023-01-17T20:29:20+05:3028 May 2014|Comments Off on Create A Simple Web Crawler in php

Load Magento Store on The Basis of Client IP Detection

Magento let us set up multiple stores on a single instance. For a global website it is good to have multilingual and multi-currency stores for different countries. It provides a good user experience if  website automatically detects user’s

By |2023-01-17T20:29:45+05:3019 April 2014|Comments Off on Load Magento Store on The Basis of Client IP Detection

Secure Your WordPress Websites

Security has always been a challenge for wordpress websites developers. The directory structure of  wordpress is open to all, the admin panel (until customized) is same, so the security threat is inevitable. Certain measures can decrease the threats

By |2023-01-17T20:31:19+05:3029 January 2014|0 Comments
Go to Top