HOW TO

How to Upload Photos on Instagram via Desktop

Instagram is one of most popular social networking services today. In-spite of its centric use as a mobile app, Instagram daily touching new ranks in social networking services popularity index.

How To Install OpenCart CMS In Localhost XAMPP

OpenCart installation on a local XAMP server: Step 1: Open the Link http://www.opencart.com/?route=download/download and download the latest version of OpenCart (zipped).   Step 2: Extract the downloaded zipped form to get the folder 2.2.0.0-compiled (2.2.0.0 is the OpenCart version) and copy the folder named upload and paste into xampp/htdocs/ folder. You can rename the upload folder to …

How To Install OpenCart CMS In Localhost XAMPP Read More »

How to Setup a Cron Job in Cpanel for a Web Page

If you need to execute a particular web page on a given time interval, than CRON job is a solution for you. Using this method you can automate the web page execution. In this post we will show you an Cpanel cron job example for a web page.

Using INSERT IGNORE and ON DUPLICATE KEY UPDATE With MySQL to Prevent Duplicate Key Issue

When you insert multiple rows in mysql database and want to skip duplicate entries. Otherwise you always get mysql failure message of duplicate key. To overcome this issue Mysql provide two type of Query for insert data. First one is INSERT IGNORE and other is ON DUPLICATE KEY UPDATE. Lets check it how we can …

Using INSERT IGNORE and ON DUPLICATE KEY UPDATE With MySQL to Prevent Duplicate Key Issue Read More »

Code to Use Paypal Payment Gateway on Website

Paypal Integration in PHP Step by Step. This is simple html code to use paypal payment button on website. It is recommended that use paypal sandbox account for test the payment.