Skip to main content

Posts

Showing posts from 2018

CodeIgniter 3 Complete Login and Registration System with MySQL and Session Part #4

CodeIgniter 3 Complete Login and Registration System with MySQL and Session Part #3

How To Load Different View For Mobile Devices In CodeIgniter 3 - PHP

How To Load Different View For Mobile Devices In  CodeIgniter 3 - PHP User Agent Class The  User Agent Class  provides functions that help identify information about the browser, mobile device, or robot visiting your site. In addition, you can get referrer information as well as language and supported character-set information. The  User Agent  class is initialized in your controller using the $this->load->library function: $this->load->library('user_agent'); The name of the web browser viewing your site: $browser = $this->agent->browser(); > Home Controller <?php defined ( 'BASEPATH' ) OR exit ( 'No direct script access allowed' ); class Home extends CI_Controller {      public function index ()     { // Load User Agent Library [OR autoload.php file] $this -> load -> library ( 'user_agent' ); if ( $this -> ...

#2 CodeIgniter 3 Complete Login and Registration System with MySQL and Session

CodeIgniter 3 Complete Login and Registration System with MySQL and Session Part #2 ✎ Working * Install CodeIgniter 3 in Xampp Server * Setup CodeIgniter 3 and remove index.php * Create User Controller in Codeigniter 3 * Create login and registration view page and load in user controller * Include Bootstrap 4 Library: https://getbootstrap.com/ * Adding Header and Footer ♦ Source Code:- https://goo.gl/7udsza 🔴 Subscribe to My Youtube Channel: https://goo.gl/rN2644

#1 CodeIgniter 3 Complete Login and Registration System with MySQL and Session

CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 - Step By Step User  Login and Registration System is the most required feature in the CodeIgniter Framework. CodeIgniter provides many built-in libraries and helpers for implementing user authentication system. We can easily implement the user registration and login system with the session in CodeIgniter. In this tutorial, we’ll provide a step-by-step guide to building a full login system in CodeIgniter with MySQL database and Session. 1 Like = More Motivation! ♦ CodeIgniter Documentation :- https://www.codeigniter.com/user_guide ♦ Source Code:- https://goo.gl/7udsza 🔴 Subscribe to My Youtube Channel: https://goo.gl/rN2644 ✅ Github (ctechhindi) : http://bit.ly/ctechhindi-github

Build First Google Chrome Extension

#9 CodeIgniter 3 - Rest Server Library API - Delete an Article with User Authorization

#1 CodeIgniter 3.x Restful API Library - Setup and Install the CodeIgnit...

Codeigniter 3 - Rest Server Library #API Update Article with User A...

How to shorten url and use your own URL with Bitly API

#6 CakePHP Shell Tutorial - Executing CakePHP Shell Command with Window...

#1 CakePHP Shell Tutorial - Setup ( Installing CakePHP )

#9 CakePHP 3.6 Beginner Video Tutorial - Insert User Registration Data i...

#8 CakePHP 3.6 Beginner Video Tutorial - Advance Form Validation in Mode...

#7 CakePHP 3.6 Beginner Video Tutorial - Form Validation in Model Table ...

#6 CakePHP 3.6 Beginner Video Tutorial - Form Validation in User Registr...

#5 CakePHP 3.6 Beginner Video Tutorial - Creating Multiple Controls in l...

#4 CakePHP 3.6 Beginner Video Tutorial - Use Form Helper for login and r...

#3 CakePHP 3.6 Beginner Video Tutorial - Integrate font-awesome and crea...

#2 CakePHP 3.6 Beginner Video Tutorial - Integrate bootstrap menu and fo...

#1 CakePHP 3.6 Beginner Video Tutorial - Installing CakePHP 3.6

CodeIgniter 3.x Advanced Video Tutorials

Phalcon 3.3 Video Tutorials

CakePHP 3.x Video Tutorials

Privacy Policy

Privacy Policy for C Tech Hindi At C Tech Hindi, accessible from https://ctechhindi.blogspot.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by C Tech Hindi and how we use it. If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us. This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in C Tech Hindi. This policy is not applicable to any information collected offline or via channels other than this website. Consent By using our website, you hereby consent to our Privacy Policy and agree to its terms. Information we collect The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal inf...