PHP

Pagination is a commonly used functionality on the data list in almost every web application. Generally, all the data is listed on the webpage. But when the web application handles huge data and needs to be retrieved from the database, it's not a good idea...

By: CodexWorld Nov 26, 2018

Integrate login with Twitter in the web application surely helps to make the login process smoother and easier for the user. The main advantage of integrating Twitter login is the user can log into your website using their Twitter account without registrat...

By: CodexWorld Jul 8, 2020

Ajax Pagination in CodeIgniter provides a user-friendly way to add pagination links to the data list. Search functionality is very useful to make the data list more user-friendly. Search and filtering features are commonly used in the data list. The search...

By: CodexWorld Nov 13, 2019

An autocomplete feature is very useful for the addresses search box. When a user starts typing an address, the autocomplete field list the suggestions based on the search term. You can use the autocomplete input field to search addresses on the web applica...

By: CodexWorld Dec 12, 2019

Facebook Login Integration is the most used feature of today's web application. Login with Facebook feature helps the user to log into the web application without prior account registration. Which means that your web application receives more users/custome...

By: CodexWorld Feb 6, 2020

Sending email in CodeIgniter is much easier and you can set preferences as per your needs. CodeIgniter provides an Email library to sending email in application. Using our sample code you can send a text email, HTML email, and email with an attachment. Als...

By: CodexWorld Apr 8, 2016

PayPal is the best choice to integrate the payment gateway in the web application. PayPal provides an easy way to integrate standard payment gateway in PHP and accept payment globally on the website. If your web application built with CodeIgniter, PayPal P...

By: CodexWorld Sep 22, 2020
PHP

PayPal Payments Pro provides a powerful and customizable solution to accept payment in the web application. Website Payments Pro API allows you to accept credit and debit cards directly on the website. The main advantages of PayPal Pro are that customers d...

By: CodexWorld Mar 20, 2023
PHP

The CAPTCHA in the web application is used to protect the web form from bots and spam submissions. Nowadays, CAPTCHA is also used in web pages to validate user access and prevent bots from accessing the website. Mostly, you need to add CAPTCHA for protecti...

By: CodexWorld Apr 26, 2023
keyboard_double_arrow_up