File uploading is the most important feature of dynamic web application. User upload file/image to server then at that time page will not be refresh and after completing file/image upload it will display image on the web page without page refresh.In this tutorial, we will show you the simplest [...]
Category: jQuery
An HTML editor is a program for editing HTML, the markup of a web page. It stands for Tiny Moxiecode Content Editor. TinyMCE is a powerful and flexible rich text HTML editor. In this tutorial, you will learn how to Upload Image in TinyMCE HTML Editor using PHP. This is a very simple example, y [...]
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.
[...]
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 [...]
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 [...]
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 [...]
Stripe is the popular payment Gateway. Stripe Payment Gateway clean, fast, secure payments services and a powerful way to accept credit cards directly on the web application and Developer Friendly API.
In this post, We have share how to integrate Stripe payment gateway using Codeigniter. Th [...]
Google Calendar allows users to create and edit events. Reminders can be enabled for events, with options available for type and time. Event locations can also be added, and other users can be invited to events. In this article, you will learn how to work with the Google Calendar API with Code [...]