PHP

The pagination without page refresh can be easily integrated into the data list using jQuery, Ajax, PHP, and MySQL. Ajax Pagination is the best option to make the data list user-friendly. Search is the most useful feature of the data management section. It...

By: CodexWorld Dec 15, 2021
PHP

PayPal payments standard is the most simple way to implement the payment system to your website and accept payment from the buyers online. With the PayPal standard payment gateway, a buy now button is provided that allows the buyer to purchase a single ite...

By: CodexWorld Feb 24, 2021
PHP

These days SMS feature is used for various purposes in the web application. For example user authentication, OTP verification, and sending notifications to users. To send SMS from a PHP script you need to select the best SMS gateway provider that is suitab...

By: CodexWorld Mar 6, 2023
PHP

Forgot password recovery feature is mandatory for login system. It helps the user to update account password which they have forgotten. Using forgot password link user can easily reset their account password. This tutorial helps you to implement forgot pas...

By: CodexWorld Jul 3, 2018
PHP

QR Code is a machine-readable code that consists of black squares on a white background. QR code typically used for storing information which readable by the camera. Sometimes you required to generating dynamic QR code for products, members, or other items...

By: CodexWorld Dec 7, 2016
PHP

Online poll mainly used to identify the choice of web users. Online survey or poll is mostly used on the web today, and there are many services are available which provides a built-in poll system. However, you can easily implement the online voting system ...

By: CodexWorld May 22, 2018
PHP

The login system allows the user to create and log in to their account for accessing the website content. The login system is a key feature for every membership website. If you want to restrict access to the website content and allow only the logged-in use...

By: CodexWorld Sep 19, 2023
PHP

A CSV file stores the tabular data in plain text format. Each line of the CSV file is a data record that consists of one or more fields. Bulk Import is a very useful feature to add multiple records in the database without insert manually. Using the CSV fil...

By: CodexWorld Mar 19, 2021
PHP

The Contact Form is an essential element for almost every website. The contact us form allows visitors to communicate with the site owner from the website. Using the contact us form, visitors can easily submit their queries, views, opinions, and suggestion...

By: CodexWorld Sep 29, 2021
keyboard_double_arrow_up