User authentication is a standard security mechanism, It allows identified users to access any digital application or website. In this tutorial, we will learn you how to build a simple auth system with login and signup functionalities using MySQL.
Also Read : PHP CRUD Operations using jQuery, Ajax and MySQL
[...]
Category: CodeIgniter
Login with Facebook is a quick and powerful way to integrate registration and login systems on the web application. Facebook is the most popular social network and most of the users have a Facebook account. In this tutorial, you will learn how to build a Login with Facebook using PHP SDK. You can also download the source code of the live exam [...]
Pagination, also known as paging, is the process of dividing a document into discrete pages.Pagination allows us to break down our results into small manageable parts. In this tutorial I am going to explain how to create pagination or feature using Pagination Using CodeIgniter and MySQL. This is a very simple example, you can just copy paste [...]
In this tutorial, We share how to Implement Calendar in CodeIgniter with jQuery AJAX. A calendar is a system of organising task, meeting, event and more. CodeIgniter Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its [...]