CodeIgniter Tutorials, Lessons, Scripts, Projects, Demos https://www.codexworld.com/tutorials/codeigniter/ Web & Mobile App Development Company Thu, 27 Aug 2020 16:18:35 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico CodeIgniter Tutorials, Lessons, Scripts, Projects, Demos https://www.codexworld.com/tutorials/codeigniter/ 32 32 91409221 Stripe Subscription Payment Integration in CodeIgniter https://www.codexworld.com/stripe-subscription-payment-integration-in-codeigniter/ https://www.codexworld.com/stripe-subscription-payment-integration-in-codeigniter/#comments Thu, 27 Aug 2020 16:16:50 +0000 https://www.codexworld.com/?p=4489 The Stripe payment gateway provides an easy way to accept subscription payments on the web application. You can implement the membership subscription system with recurring billing using Stripe API. The Stripe Plans and Subscription API

The post Stripe Subscription Payment Integration in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/stripe-subscription-payment-integration-in-codeigniter/feed/ 2 4489
Drag and Drop Reorder Images in CodeIgniter https://www.codexworld.com/codeigniter-drag-and-drop-reorder-images/ https://www.codexworld.com/codeigniter-drag-and-drop-reorder-images/#respond Tue, 05 May 2020 13:09:30 +0000 https://www.codexworld.com/?p=4383 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 post Drag and Drop Reorder Images in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-drag-and-drop-reorder-images/feed/ 0 4383
Drag and Drop File Upload with Dropzone in Codeigniter https://www.codexworld.com/codeigniter-drag-and-drop-file-upload-with-dropzone/ https://www.codexworld.com/codeigniter-drag-and-drop-file-upload-with-dropzone/#respond Fri, 10 Apr 2020 06:00:39 +0000 https://www.codexworld.com/?p=4362 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

The post Drag and Drop File Upload with Dropzone in Codeigniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-drag-and-drop-file-upload-with-dropzone/feed/ 0 4362
Upload Image and Create Thumbnail in CodeIgniter https://www.codexworld.com/codeigniter-upload-image-resize-create-thumbnail/ https://www.codexworld.com/codeigniter-upload-image-resize-create-thumbnail/#comments Tue, 07 Jan 2020 17:51:41 +0000 https://www.codexworld.com/?p=4264 CodeIgniter’s File Upload class helps to upload files to the server. With the Upload library, you can easily upload file in CodeIgniter. Mostly the image upload functionality is used in the web application. CodeIgniter Upload

The post Upload Image and Create Thumbnail in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-upload-image-resize-create-thumbnail/feed/ 1 4264
Build an Event Calendar in CodeIgniter using jQuery https://www.codexworld.com/codeigniter-event-calendar-jquery/ https://www.codexworld.com/codeigniter-event-calendar-jquery/#comments Tue, 03 Sep 2019 18:18:56 +0000 https://www.codexworld.com/?p=4142 Event Calendar helps to list the events from the database in a user-friendly way. The full view calendar is the best option to display the events dynamically in a calendar. In the dynamic web application,

The post Build an Event Calendar in CodeIgniter using jQuery appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-event-calendar-jquery/feed/ 1 4142
Image Gallery CRUD in CodeIgniter https://www.codexworld.com/codeigniter-image-gallery-crud/ https://www.codexworld.com/codeigniter-image-gallery-crud/#comments Wed, 24 Jul 2019 20:20:26 +0000 https://www.codexworld.com/?p=4089 CRUD operations are the most used functionality for the CodeIgniter application. CodeIgniter CRUD functionality helps to implement the view, add, edit, and delete operations in the web application. Generally, the CRUD functionality is used to

The post Image Gallery CRUD in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-image-gallery-crud/feed/ 1 4089
Multiple Image Upload with View, Edit and Delete in CodeIgniter https://www.codexworld.com/multiple-image-upload-view-edit-delete-in-codeigniter/ https://www.codexworld.com/multiple-image-upload-view-edit-delete-in-codeigniter/#comments Wed, 03 Jul 2019 19:49:55 +0000 https://www.codexworld.com/?p=4067 The image upload feature is the most used functionality in the dynamic web application. Multiple images upload feature helps to upload a large number of files to the server at once. Upload multiple images in

The post Multiple Image Upload with View, Edit and Delete in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/multiple-image-upload-view-edit-delete-in-codeigniter/feed/ 1 4067
Stripe Payment Gateway Integration in CodeIgniter https://www.codexworld.com/stripe-payment-gateway-integration-in-codeigniter/ https://www.codexworld.com/stripe-payment-gateway-integration-in-codeigniter/#comments Tue, 25 Jun 2019 21:03:33 +0000 https://www.codexworld.com/?p=4057 When it comes to accepting payment online, Stripe payment gateway is one of the easiest and powerful solution. The Stripe payment gateway API provides the quickest way to integrate the credit card payment option on

The post Stripe Payment Gateway Integration in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/stripe-payment-gateway-integration-in-codeigniter/feed/ 1 4057
PayPal Pro Payment Gateway Integration in CodeIgniter https://www.codexworld.com/paypal-pro-payment-gateway-integration-in-codeigniter/ https://www.codexworld.com/paypal-pro-payment-gateway-integration-in-codeigniter/#respond Wed, 27 Mar 2019 06:12:56 +0000 https://www.codexworld.com/?p=3935 PayPal provides various types of API to integrate payment gateway in the web application. Mostly, the Standard Payment Gateway is used to accept payment online with PayPal. PayPal standard payment gateway can be easily integrated

The post PayPal Pro Payment Gateway Integration in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/paypal-pro-payment-gateway-integration-in-codeigniter/feed/ 0 3935
Import CSV File Data into MySQL Database in CodeIgniter https://www.codexworld.com/codeigniter-import-csv-file-data-into-mysql-database/ https://www.codexworld.com/codeigniter-import-csv-file-data-into-mysql-database/#comments Thu, 14 Feb 2019 05:11:44 +0000 https://www.codexworld.com/?p=3848 Bulk Data Import feature is very useful for the data management section in the web application. Import feature helps to insert bulk data at once instead of one by one and reduce the time for

The post Import CSV File Data into MySQL Database in CodeIgniter appeared first on CodexWorld.

]]>
https://www.codexworld.com/codeigniter-import-csv-file-data-into-mysql-database/feed/ 7 3848