PHP

Sending email from the script is very useful functionality for the dynamic web application. The email sending functionality can be easily integrated with PHP. PHP mail() function provides a simple way to send email from the script. You can send email with ...

By: CodexWorld Feb 20, 2023

The Back to Top button allows the user to smoothly scroll back to the top of the page. It’s very useful to enhance the user experience of the website. When a web page has lots of content, this page needs a navigation option that takes the user to the top...

By: CodexWorld Jan 11, 2023

The MVC pattern separates an application in 3 modules: Model, View, and Controller. CodeIgniter is one of the most popular PHP frameworks and it follows the MVC pattern. Web Developer can be able to build full-featured web applications with CodeIgniter. Th...

By: CodexWorld Oct 16, 2017
PHP

Drag and Drop feature makes web page user-friendly and provides a nice User Interface for the web application. The jQuery UI provides an easy way to add draggable functionality on the DOM element. If you want to control the display order of images in the l...

By: CodexWorld May 16, 2024

WordPress is the most popular open source content management system for today’s world web application. WordPress Plugins allow easy modification, customization, and enhancement of a WordPress blog. A WordPress Plugin is a program, or a set of one or more functions, written in the PHP, that adds a specific set of features or services to the WordPress without changing the core programming of WordPress. In this tutorial we will describe the creation of a custom WordPress Plugin from the scratch. WordPress Developers can learn how to create custom WordPress Plugin. The following step by step tutorial has made the custom

By: CodexWorld Apr 13, 2015

WordPress is an open source Content Management System and written in PHP. This tutorial will provide you the step by step instructions on WordPress installation. We'll show you the manual installation process of WordPress site. We are going to download the...

By: CodexWorld Oct 16, 2015
PHP

Google OAuth API provides an easy and powerful way to integrate the login system on the website. Google Login API allows the user to sign into the website using their Google account without signing up on that website. The Google login system definitely hel...

By: CodexWorld Jan 20, 2025
PHP

Login with Social media account is the quickest way to add a short sign-up process in the website. Sign in with Twitter is a quick and simple way to integrate user login system on the web application. Twitter API allows the website visitors to log in with ...

By: CodexWorld Nov 13, 2022
PHP

Login with Facebook is a quick and powerful way to integrate registration and login system on the website. Facebook Login allows users to sign into your website using their Facebook account credentials without sign up on your website. PHP SDK allows access...

By: CodexWorld Jan 6, 2021
keyboard_double_arrow_up