PHP

PayPal checkout is the quickest way to enable an online payment system on the website. PayPal Standard Checkout uses JavaScript SDK to integrate payment button in the webpage. The buyer can use this button to make payment with their PayPal account or debit...

By: CodexWorld Jul 14, 2023

Select2 is a jQuery select box replacement plugin that allows customized select boxes with support for searching, tagging, and remote data loading features. You can convert HTML select boxes to highly featured dropdown select boxes using the Select2 JavaSc...

By: CodexWorld Jun 19, 2023
PHP

IP Geolocation helps to know the location of a visitor by IP address. Generally, the IP address is used to get the location of visitors with geolocation information. To get the geolocation, we need to detect the IP address first. Based on the IP address, t...

By: CodexWorld Jun 14, 2023
PHP

Amazon S3 is a storage service provided by Amazon Web Services. Amazon S3 is highly scalable data storage to store and retrieve data over the internet. When a web application dealt with a huge number of files, a separate storage service can be used to redu...

By: CodexWorld May 15, 2023
PHP

Excel is a spreadsheet used to store data in tabular form. In the web application, the Excel file format is used mainly for 2 purposes, import and export data. The import feature helps to parse data from Excel files and insert data in the database. On the ...

By: CodexWorld Apr 18, 2023
PHP

DataTables is a JavaScript library that helps build data tables and instantly add advanced features to HTML tables. In the web application, the DataTables jQuery plugin is the best option to display data in table view with search and pagination features. D...

By: CodexWorld Mar 31, 2023
PHP

Image slider is mostly used to display banners or products on the web page. The slider is a very useful component for the eCommerce website. You can use a carousel slider for multiple purposes in the web application, such as displaying featured products, o...

By: CodexWorld Jan 13, 2023

Google reCAPTCHA v3 returns a score for each request without user interaction. Based on the score, we can accept and block requests in the web application. You can integrate Google reCAPTCHA v3 with PHP in web form or pages. If you want to integrate reCAPT...

By: CodexWorld Nov 14, 2022

Google reCAPTCHA is the easiest option to add CAPTCHA functionality to the website. Mostly, the CAPTCHA feature is used in the HTML form to protect from spam submission. In reCAPTCHA v2, a checkbox widget is added to the form and the user needs to check it...

By: CodexWorld Oct 31, 2022
keyboard_double_arrow_up