Skip to main content

Posts

Showing posts from October, 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