In online marketing, a shopping cart is a piece of software that facilitates the purchase of a products. So if you want to build a simple PHP shopping cart in your web project, then you’re here at right place. The shopping cart functionality handled with PHP SESSION to add remove products.
[...]
Category: PHP
XML (Extensible Markup Language) is a markup language that encodes documents in a machine-readable and human-readable format. When we have an issue with database size to store dynamic data then XML file format is the best to store dynamic data and retrieve it according to needs.
In this, tu [...]
WHOIS (pronounced as the phrase "who is") is a query and response protocol that is widely used for querying databases that store the registered users or assignees of an Internet resource, such as a domain name, an IP address block or an autonomous system, but is also used for a wider range of [...]
A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a type of challenge-response test used in computing to determine whether or not the user is human. In this tutorial, we have shared how to integrate the Google reCAPTCHA in PHP contact form.
Google reC [...]
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API help to communicate between the client app and the server application. REST is an architecture style for designing networked applic [...]
A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a type of challenge-response test used in computing to determine whether or not the user is human. Captcha code is a combination of some readable text with some distorted shapes to be read only by a human [...]
Barcode is a machine-readable code in the form of numbers and a pattern of parallel lines of varying widths. Barcodes are often used to help organize and index information or prices about an object. The Barcode is very useful for fast-selling items to identify items quickly and also useful t [...]
QR code (Quick Response code) is the trademark for a type of matrix barcode. PHP QR Code is an open-source (LGPL) library for generating QR Code, 2-dimensional barcode. Based on libqrencode C library, provides API for creating QR Code barcode images (PNG, JPEG thanks to GD2). Implemented purel [...]
Recurring payments also known as AutoPay are automatic payments to authorize and collect charges immediately, Stripe Subscriptions provides you the platform to set up and manage recurring payments.
In this tutorial, We will share how to integrate Stripe Manage Subscription Payment using Co [...]
CCAvenue is a popular Payment Gateway that allows e-transaction. It is designed to integrate quickly and hassle free. This is authorized by Indian financial institutions and one of the most secure payment gateway to transact money for an online e-commerce/shopping. I will explain you step by [...]