PHP

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, thumbnail images are a great option. In this process, you need to create ...

By: CodexWorld Dec 26, 2024
PHP

Shopping cart with payment gateway is a must-have functionality for an e-commerce website. The payment gateway allows the buyers to make payment online at the time of checkout. PayPal standard checkout is one of the easiest option to integrate payment gate...

By: CodexWorld Oct 16, 2024
PHP

CRUD Create, Read, Update, and Delete) operations are used in the web application for the data manipulation in the database. There are four basic operations involved in the CRUD functionality that help to manage data with the database. PostgreSQL also know...

By: CodexWorld Jul 29, 2024

The web form is a commonly used element in each website. In some cases, the user is allowed to select files with the input data so that the files are attached to the form data. Mostly the default HTML file input interface is used to select and upload files...

By: CodexWorld May 8, 2024

Mostly the server-side scripting language such as PHP is used to upload file to the server. With this method, an HTML form is submitted to upload the selected file to the server. To provide a better user interface, we can use client-side technology such as...

By: CodexWorld Apr 22, 2024

Similar to Google Maps, OpenStreetMap is used to display maps with marker and info window. Mostly, the single marker is pointed on the map to display the location with marker and info window popup. We can embed maps with multiple markers and info-windows u...

By: CodexWorld Mar 21, 2024
PHP

DataTables plugin converts a basic HTML table to an advanced feature-rich table instantly. DataTables server-side processing enables you to load a large number of data sets from the database. Column filtering is a very useful option to help the user find s...

By: CodexWorld Mar 7, 2024
PHP

PayPal Advanced Checkout lets you accept credit and debit card payments directly from the website. You can set up custom credit card fields and add card payment form without any PayPal branding. The PayPal JavaScript SDK and REST API provide an easy way to...

By: CodexWorld Feb 27, 2024

If you are looking for an alternative to Google Maps, OpenStreetMap is the best option to embed maps on the website. OpenStreetMap is a free and open-source platform that provides geographic data service without any cost. Similar to Google Maps, OpenStreet...

By: CodexWorld Mar 26, 2024
keyboard_double_arrow_up