PHP

Import and Export feature is very useful for the data management section. The Import functionality allows the user to upload and insert multiple data in the database. The export functionality allows the user to download the table data list and save in a fi...

By: CodexWorld Feb 19, 2019
PHP

CKEditor and TinyMCE editor is the most popular plugin to add rich text editor on the web page. Once the WYSIWYG editor content is submitted, the value needs to be stored for later use. Generally, in the web application, the database is used to store the i...

By: CodexWorld Feb 5, 2019
PHP

The 2Checkout Payment API allows you to accept payment with credit cards on the web application. If you want to accept credit card payment from the website, 2Checkout API is the simplest solution. With 2Checkout payment gateway, you can allow the user to m...

By: CodexWorld Jan 25, 2019
PHP

Short URL is easy to remember and can be shared easily on the web. There are many URL Shortener services are available that allows you to convert long URL to short URL online. If you want to create short URL with your own domain name, you need to use custo...

By: CodexWorld May 29, 2020
PHP

Email validation is the common and useful functionality on the web application. Before working with the email address, it needs to be verified and checked whether the email is valid or not. Validate email in PHP can be easily done by using filter_var() fun...

By: CodexWorld Nov 30, 2018
PHP

CRUD operation is the most used functionality in the web application. Almost, all web application uses CRUD functionality to manage and manipulate data in the database. PHP CRUD with MySQL helps to handle view, add, edit, and delete data from the database....

By: CodexWorld Feb 7, 2019
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
keyboard_double_arrow_up