Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label Session. Show all posts
Showing posts with label Session. Show all posts

11 June, 2015

Display Flash Message in CodeIgniter

Let me explain about the CodeIgniter session flash message. it's a temporarily stored value. this coding used to set success message and failure message through your controller. Let start to learn how to create CodeIgniter session flash message.

Display Flash Message in CodeIgniter

08 June, 2015

CodeIgniter Session Management

In this post i have explain about how to store user information in session and retrieve the session information. Codeigniter provide session class The Session class permits you maintain a user's "state" and track their activity while they browse your site.

Session in codeigniter

04 September, 2013

Gmail style chat user display online and offline concept

This post i explain about  Gmail style chat user display online and offline concept . basically identify the chat user stay on online blink the green icon after user go on offline display the gray icon. so that concept i will explain this post just value pass in session using if and else statement to display the icon.