The Stripe Plans and Subscription API allows you to integrate recurring payment functionality in a quick and effective manner. Stripe Subscription is the powerful option to allow your website's members to purchase/subscribe membership online using their cr...

By: CodexWorld Aug 27, 2020

The draggable feature is very useful to integrate Drag and Drop functionality in the web application. jQuery UI provides an easy way to enable the draggable feature on any DOM element. With jQuery draggable functionality, the elements can be moved by drag ...

By: CodexWorld May 5, 2020

Drag and Drop upload provides a user-friendly way to upload files to the server. Generally, the user selects files from the local drive to upload. But with the Drag&Drop feature, the user can drag files from local drive and drop them to the HTML element fo...

By: CodexWorld Apr 10, 2020

CodeIgniter Upload library helps to upload files in the CodeIgniter framework. CodeIgniter Upload library provides the easiest way to upload an image file to the server. The thumbnail is a reduced-size version of the image that used as a smaller copy to di...

By: CodexWorld Jan 7, 2020

Event Calendar helps to list the events in a user-friendly way. The full view calendar is the best option to display the events in a calendar. In the dynamic web application, the events are fetched from the database and listed in the large calendar. If you...

By: CodexWorld Jun 23, 2020

CodeIgniter CRUD functionality helps to implement the view, add, edit, and delete operations in the web application. Generally, the CRUD functionality is used to manage data with the database. Not only the data management but also the image file upload fun...

By: CodexWorld Jul 24, 2019

Multiple images upload feature helps to upload a large number of files to the server at once. Upload multiple images in CodeIgniter allows uploading multiple images at once instead of one-by-one. This feature is very useful for the data management section ...

By: CodexWorld Jul 16, 2019

Stripe API provides the quickest way to integrate credit card payment option on the website. With stripe API you can allow the user to make the payment online by their credit or debit card. The credit card checkout system can be easily implemented on the w...

By: CodexWorld May 19, 2020

The PayPal Pro payment gateway allows you to accept payment online with credit or debit card. Using the PayPal Payments Pro the customer can make the payment with their credit card without a PayPal account. The payment can be completed within your website...

By: CodexWorld Mar 27, 2019
keyboard_double_arrow_up