PHP

Range slider is very useful to add filter feature to the data list. Range slider is mostly used to filter data between two values. Mostly the price filter uses a range slider to filter items by price range in the web application. The price range slider all...

By: CodexWorld Sep 19, 2022
PHP

In many cases, we need to create a dynamic image on the fly and write text on the image in our web application. If you have a requirement like this, don't worry we'll provide a simple PHP script to convert text content to image and save it as PNG or JPG fo...

By: CodexWorld Mar 9, 2017
PHP

SEO friendly URLs are designed in a way where the URL slug is optimized for SEO. The use of the SEO-friendly URL helps to improve the search engine ranking. Also, the search engine friendly URL gives an idea about the web page content. From SEO URL the use...

By: CodexWorld Jun 12, 2022
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

The poll or voting system lets the user share their opinion on a subject by selecting from several options. The system counts all the votes and displays the overall result in percentage. Online polls are mainly used to identify the choice of web users. Onl...

By: CodexWorld Aug 21, 2024
keyboard_double_arrow_up