The RESTful web services provide a simple way to exchange data between different applications. If your web application needs to communicate over the across platforms, RESTful web service needs to be developed. CodeIgniter RESTful web service is the easiest...

By: CodexWorld Oct 16, 2018

There are various plugins available to print web page content using jQuery. Alternatively, you can print the web page content using window print() method in JavaScript. But, some cases you need to allow the user to print dynamic content from the database w...

By: CodexWorld Oct 9, 2018

When you are working with a large database that handles a large amount of data, you must consider using the server-side option in DataTables. With server-side processing, the searching, ordering, and paging operations are handled on the server. So, the Dat...

By: CodexWorld Aug 23, 2022
PHP

The archive files are used for data compression. The ZIP, Gzip, and RAR are the commonly used file format to archive files. Generally, we use computer software to extract archive files. But, the archive file also can be extracted on the fly using PHP. You ...

By: CodexWorld Jan 13, 2021
PHP

Stripe is the most popular payment gateway to accept credit card payment in the web application. The Stripe API provides a secure and powerful solution to integrate the checkout system on the website. You can allow the user to make payment directly from th...

By: CodexWorld Apr 16, 2024
PHP

The ZIP is a commonly used file format to archive files with data compression. When you want to allow the user to download multiple folders and files at once from the server, you need to create a ZIP file on the fly. It helps to compress files and create a...

By: CodexWorld Jan 12, 2021
PHP

The web form is a widely used element for web applications. Contact or feedback form is used for online communication and the submitted form data is sent via email instantly. When the contact form has a file upload field, the file needs to be sent by email...

By: CodexWorld Sep 20, 2022
PHP

The one-time download link is ideal to give a digital product (code, music, video, etc) to a single person and expire the link once the product is downloaded. With the temporary download link, you don't need to manually monitor the download activity in ord...

By: CodexWorld Aug 15, 2018

Contact Form is a must-have component for every web application. It helps to build a connection between the site owner and visitor. CodeIgniter contact form functionality can be easily implemented with Form and Email library. This tutorial shows how to cre...

By: CodexWorld Aug 9, 2018
PHP

GitHub OAuth Login is a quick and powerful way to integrate user login system into the web application. GitHub authentication API allows the users to sign in to the website using their GitHub account without registration on your website. You can easily int...

By: CodexWorld Jul 28, 2022

Delete multiple records on a single click is very useful for the large data list. The user doesn't need to click multiple times for delete multiple rows, instead of that, all records can be deleted on a single click. Multiple records deletion functionality...

By: CodexWorld Aug 1, 2018
keyboard_double_arrow_up