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 […]
PHP
Here you will find useful PHP tips and tutorials.
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 […]
Create Event Calendar with jQuery, PHP and MySQL
In our previous tutorial, we have explained how to Build Live Chat System with Ajax, PHP & MySQL. In this tutorial, we will explain How To Create Event Calendar with jQuery, PHP and MySQL. Event Calendar is an important feature of web applications to allow users to add and view events in a Calendar. In […]