Social media buttons are very useful for every website and it helps the user to get updates from the website. Also, sticky social bar surely increases the social media followers of your website and helps to drive traffic to your website. In this tutorial, ...

By: CodexWorld Jan 17, 2017

There are hundreds of forum posts that are normally opened on a daily basis on the WordPress.org and on other forums and in almost all the developer site theme that every developer has containing similar issues which can be resolved easily and within a sho...

By: Sarah Clarke Jan 12, 2017

CodeIgniter provides a form validation class that helps to validate form fields by writing the minimal code. Generally, we are used required rule in CodeIgniter to validate a required form field. But required rule does not work when you tried to validate a...

By: CodexWorld Jan 9, 2017
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

CodeIgniter provides some built-in helpers to make easy to implement some useful functionality in the web application. Download Helper is one of them that lets you integrate file download feature quickly in CodeIgniter. The Download Helper have a force_dow...

By: CodexWorld Apr 12, 2018
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

User Login System is the most used feature in CodeIgniter application. Like the user authentication in PHP, the user login system can be easily implemented in CodeIgniter with the session. CodeIgniter framework provides many built-in libraries and helpers ...

By: CodexWorld Aug 22, 2019

The 404 error mainly occurs when the webpage you were trying to reach could not be found. In WordPress, 404 Page Not Found is a common error that most users face. Showing a custom 404 error page with a useful message than PAGE NOT FOUND will be a great ide...

By: CodexWorld Dec 22, 2016

Facebook Login allows users to log into the web application with their Facebook account without registration on your website. Facebook provides various SDK or API to Login with Facebook functionality on the website. But Facebook SDK for JavaScript is the m...

By: CodexWorld Nov 13, 2022

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

To get started with PHP programming, PHP IDE is the first and important tool. For valuable work on the creation of sites you need a good comfortable editor necessarily. If you are a smart developer and looking for a free PHP IDE, Codelobster PHP Edition is...

By: CodexWorld Dec 13, 2016
keyboard_double_arrow_up