Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

How to Create Rss Feed Script Using PHP and MySQL

The Rss Feed help a website’s content to crawl and index fastly. For SEO prospects Rss Feed play important role for website. If you have a website in PHP based Framework, than this is right post for you to check How to Create Rss Feed.

How to Integrate Magento API in PHP

Magento API provides ability to manage your eCommerce website by accessing api calls for Products, customers, sales order and categories etc. You can also manage inventory and shopping cart via magento api calls.

Getting Started With Ontraport API in PHP

Ontraport is a platform which have bunch of business tools. No more need to access separate tools to run your business. Ontraport gives you better customer experiences, boost your sales with automate process.

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.

Configure Intercom API in PHp and Create New User in It

Intercom api can be authenticate via two method one is OAuth method and other is basic authentication method. OAuth Method: For OAuth flow can be initiate through thia call url https://app.intercom.io/oauth with the following parameters. – Client_id (Required) // Get client id from you intercom account credentials – state (Not required but recommended) – redirect_uri …

Configure Intercom API in PHp and Create New User in It Read More »