PHP

The conversion of HTML into MS Word Document mainly used in the web application to generate a .doc/.docx file with dynamic HTML content. Microsoft word document is the most popular file format to export dynamic content for offline use. The server-side expo...

By: CodexWorld Jan 12, 2021
PHP

Facebook PHP SDK provides an easy way to access Facebook API. The PHP SDK helps to authenticate and login with Facebook account on the web application. After the authentication, various information can be fetched from the user's Facebook account using Grap...

By: CodexWorld Aug 28, 2019
PHP

Authorize.Net is one of the popular payment gateway to accept payment online with a credit card. The Authorize.Net payment API provides a simple and powerful solution to integrate checkout system with smooth payment experience online to accept credit card ...

By: CodexWorld Jul 16, 2019
PHP

Watermark is the best option to protect the image from being stolen or re-used by another person. You can display the ownership by adding watermark to image. The watermark helps to identify the creator of the image. Mostly, the watermark stamp is used in t...

By: CodexWorld Jun 13, 2019
PHP

Upload multiple images at once helps to reduce the time taking for uploading a large number of images to the server. It also provides a user-friendly way to upload multiple images to the server at once instead of one-by-one. Multiple image upload functiona...

By: CodexWorld May 30, 2019
PHP

Dynamic PDF generation is useful when you want to allow the user to download the text or HTML content in a file on the web application. Dompdf is the easiest way to create a PDF document with dynamic data using PHP. Dompdf library helps to create a PDF fil...

By: CodexWorld Nov 22, 2022
PHP

CKEditor plugin allows the user to insert HTML content in the textarea field and submit formatted text content to the server-side. The Image plugin of CKEditor helps to insert the image in the editor. In this case, you need to specify the URL of the image ...

By: CodexWorld Oct 5, 2023
PHP

CRUD operations are the essential functionality for any dynamic web application. It helps to manage data between the application and the database. With PHP CRUD operations not only the data but also the image upload functionality can be managed. If you wan...

By: CodexWorld Apr 17, 2019
PHP

Search functionality is very useful for the data list. It helps to find the relevant records quickly from the database. Search term highlighting feature makes the search functionality user-friendly. Highlight keyword helps the user to easily identify the m...

By: CodexWorld Mar 18, 2019
keyboard_double_arrow_up