Newsletter marketing is a form of direct-to-consumer advertising. This is used by companies that want to send information directly to valuable and existing customers. A Newsletter subscription is the most important part of the dynamic web application. An email subscription provides an option f [...]
Category: Web Design
To-do lists are a great way to allow users to manage their daily tasks. User can add/update their do items, close the list items when completed, and also remove these permanently from a complete list
In this tutorial, we will build our own Do-list application with Ajax, PHP and MySQL.This i [...]
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 [...]
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 [...]
Pagination is one of the most frequently used features for web applications. Pagination is the process of dividing a document into discrete pages. In this post, We have share how to implement Load more data on page scroll using jQuery, Ajax and Codeigniter.
Whenever the user scrolls from top [...]
2Checkout Payment Gateway API allows you to accept payment credit cards or debit card on your web application. 2Checkout PHP library helps to connect the Payment API, create a charge against credit card or debit card and payment process. In this article, I will explain you step by step process [...]
In this tutorial, We will explain how to Implement Calendar in CodeIgniter.CodeIgniter Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its design. In addition, you can [...]
No matter how carefully you design your website or application, and how much testing you do, the visitors to the site might still come across problems that affect their use of the website. These issues may arise either due to website errors or because of user errors and the solution to the [...]
Registration and Login is one of the primary module in any data management system. In this tutorial, we will learn how to develop a PHP Login script by using the PHP Object Oriented Programming concept with MySQL and Bootstrap 4. Using password authentication method password_hash() and passwor [...]