Comment system is an important part of web applications in which the website owner ask its readers or audience to give comments about contents or system. The comment system is useful for the content based websites because it increases the connection between owner and reader and also help to improve the quality of contents. So […]
Tutorials
Build QR Code Generator with PHP and Ajax
QR Code (Quick Response Code) is a trademark for a type of matrix barcode. It is a machine readable code that contains information about the item to which it is attached. It can be generated with four standardized encoding modes like numeric, alphanumeric, byte/binary, and kanji. So in this tutorial you will learn how to […]
Razorpay Payment Gateway Integration in PHP
Razorpay is the most user friendly payment gateway that’s provides payment solutions in India . It’s a new entry in payment gateways and getting popular very fast due to its friction less transactions functionality for web and mobile. Razorpay provides clean, fast, secure payments services with hassle free integration with developer friendly APIs. It allows […]
How to Build Barcode Generator in PHP
Barcode is a machine readable code which generated using items details like item name, item code, price etc. The related Barcode is tagged on item to get item details using Barcode reader machine. The Barcode is very useful for fast selling items to identify items quickly and also useful to manage inventory to prevent inventory […]
Google Maps Geocode Address Locator with PHP
Geocoding is the process of converting address into geographic coordinates to show the geo-coded data on the map. For example if you have a particular address and wants to locate that address on the map or wants to create a store locator, then Google Maps Geocoding API can help you to handle this. You just […]