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]

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 »

Integration Gateway to Connect with Escapia Vacation Rental Network API

Escapia Vacation rental Network provide the functionality to book rentals online. You can implement ECRN api into your website using XML/Soap api. Here i am describe you to integration with it in Soap api call. EVRN api is SOAP/XML base api. Primary prerequisites: Version: Request schema version. Default value is 1.000 ID: Escapianet username MessagePassword: …

Integration Gateway to Connect with Escapia Vacation Rental Network API Read More »

How to Implement UPS API and Create Shipping Label

To implement UPS api on your website credential required like access number, username and password. Get access number from UPS account. Steps to Implement UPS API: Step 1: Let me explain with an HTML Form example, which you can use your website for post shipping and billing information.

Step 2: Now after submit the …

How to Implement UPS API and Create Shipping Label Read More »

How to Send Order Data in Shipstation Via API Call

Step 1: To create a new order in ship station using through api call in php. First get the ship station api key and merchant id to access that api data. Step 2: Use that merchant Id and api key in “OneShopAPI.php” file.

Step 3: Use another file “OneShopNotificationListener.php” and change merchant id and …

How to Send Order Data in Shipstation Via API Call 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.