Paytm Payment Gateway Integration Using PHP

paytm-payment-gateway-india

Paytm is a very popular payment gateway in India for mobile payment and as well as for website online payment. Paytm is very simple and flat pricing for all business, like you will sell goods in 100(INR) then you will receive an amount of around 97.66(INR). Paytm is the safest and most secure payment gateway in India for online transactions.

(more…)

HTTP Status Codes With Example

http-status-code

HTTP response status is identified using Hypertext Transfer Protocol (HTTP) codes. There are five different types of HTTP status codes. Each one has a three-digit integer value. The class of code response is defined by the first digit of the HTTP Status Code, and the class of codes is represented by the final two digits.

(more…)

CRUD operations using Nodejs,MySQL and Restify

nodejs-mysql-express

Restify is very popular nodejs restful framework to create rest api. This nodejs tutorial help to create CRUD operations for customer module ,We will create rest api to add customer, edit customer, view customer data and delete customer using restapi. I will use MySQL as database for customer table.

The node.js and MySQL both are open source so you don’t worry to purchase license for database and server.
(more…)