Library - CodexWorld https://www.codexworld.com/tag/library/ Web & Mobile App Development Company Mon, 19 Jan 2026 14:29:18 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico Library - CodexWorld https://www.codexworld.com/tag/library/ 32 32 91409221 QR Code Generator using PHP (Library + API) https://www.codexworld.com/qr-code-generator-using-php/ https://www.codexworld.com/qr-code-generator-using-php/#respond Mon, 19 Jan 2026 14:11:43 +0000 https://www.codexworld.com/?p=6032 QR codes have become an essential part of modern web applications. From sharing URLs and contact details to enabling quick payments and app downloads, QR codes provide a fast and user-friendly way to exchange information.

The post QR Code Generator using PHP (Library + API) appeared first on CodexWorld.

]]>
https://www.codexworld.com/qr-code-generator-using-php/feed/ 0 6032
Generate Thumbnail from PDF using PHP https://www.codexworld.com/generate-thumbnail-from-pdf-using-php/ https://www.codexworld.com/generate-thumbnail-from-pdf-using-php/#respond Thu, 26 Dec 2024 18:23:37 +0000 https://www.codexworld.com/?p=5741 PDF Thumbnail is the best way to display a preview of the PDF document. When you have a media library section in the web application and want to display the PDF preview in a listing,

The post Generate Thumbnail from PDF using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/generate-thumbnail-from-pdf-using-php/feed/ 0 5741
Generate QR Code Dynamically using PHP https://www.codexworld.com/generate-qr-code-dynamically-using-php/ https://www.codexworld.com/generate-qr-code-dynamically-using-php/#respond Mon, 06 Nov 2023 05:04:48 +0000 https://www.codexworld.com/?p=5523 QR Code or Quick-Response code is machine-readable code consisting of squares arranged in square grid format. QR code is typically used to store information that can be readable by an imaging device (such as camera).

The post Generate QR Code Dynamically using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/generate-qr-code-dynamically-using-php/feed/ 0 5523
Integrate Google reCAPTCHA in Modal Popup Form with Ajax using PHP https://www.codexworld.com/integrate-google-recaptcha-in-modal-popup-form-with-ajax-using-php/ https://www.codexworld.com/integrate-google-recaptcha-in-modal-popup-form-with-ajax-using-php/#respond Fri, 29 Sep 2023 05:49:46 +0000 https://www.codexworld.com/?p=5484 Google reCAPTCHA is designed to protect websites from spam and abuse. It helps to integrate CAPTCHA functionality into the web page without any hassle. You can add Google reCAPTCHA in HTML form and verify the

The post Integrate Google reCAPTCHA in Modal Popup Form with Ajax using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/integrate-google-recaptcha-in-modal-popup-form-with-ajax-using-php/feed/ 0 5484
DataTables Server-side Processing with Custom Links and Buttons using PHP https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/ https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/#comments Fri, 02 Sep 2022 06:19:23 +0000 https://www.codexworld.com/?p=5045 DataTables JavaScript library is a quick and powerful way to build an HTML table with advanced features. It helps to make the HTML table interactive and user-friendly with a data list. We can easily add

The post DataTables Server-side Processing with Custom Links and Buttons using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/feed/ 2 5045
PHP Event Calendar using FullCalendar JS Library https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/ https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/#comments Mon, 11 Jul 2022 05:11:43 +0000 https://www.codexworld.com/?p=4998 The Event Calendar lists the events date-wise in a large calendar view. The events are fetched dynamically and listed under the date cell. An event calendar makes it easier to find the events for a

The post PHP Event Calendar using FullCalendar JS Library appeared first on CodexWorld.

]]>
https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/feed/ 7 4998
PHP CRUD Operations with JSON File https://www.codexworld.com/php-crud-operations-with-json-file/ https://www.codexworld.com/php-crud-operations-with-json-file/#comments Tue, 01 Mar 2022 17:52:54 +0000 https://www.codexworld.com/?p=4857 CRUD operations in the web application are used to manage data dynamically. Generally, the data is stored and manipulated in the database. There is also an alternative way to perform CRUD operations without a database.

The post PHP CRUD Operations with JSON File appeared first on CodexWorld.

]]>
https://www.codexworld.com/php-crud-operations-with-json-file/feed/ 3 4857
Upload File to Google Drive using PHP https://www.codexworld.com/upload-file-to-google-drive-using-php/ https://www.codexworld.com/upload-file-to-google-drive-using-php/#comments Thu, 20 Jan 2022 16:19:28 +0000 https://www.codexworld.com/?p=4817 Google Drive is a cloud storage engine that allows users to store and share files efficiently. The files are synchronized across devices and can be accessed from anywhere. Google drive makes document management easy without

The post Upload File to Google Drive using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/upload-file-to-google-drive-using-php/feed/ 9 4817
Extract Text from PDF using PHP https://www.codexworld.com/extract-text-from-pdf-using-php/ https://www.codexworld.com/extract-text-from-pdf-using-php/#comments Thu, 11 Nov 2021 08:00:24 +0000 https://www.codexworld.com/?p=4754 The PDF (Portable Document Format) file is used to save text/image data for offline use. Sometimes PDF files are used to display text/graphics content on the web page for online use. Generally, a web viewer

The post Extract Text from PDF using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/extract-text-from-pdf-using-php/feed/ 2 4754
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